The select
parameter is an optional parameter that can be:
url
argument in the $Trumba.addSpud() method.trumbaEmbed
parameter in a URL-encoded query string.Controls how event actions options are presented to calendar visitors in main calendar spuds and specifies whether or not visitors can take event actions on more than one event at a time.
Tips
select
parameter and the parameter will be ignored: Photo Events, News, Linear Grid, List by Month, and Maps.select
parameter is none.
Allows single-event selection only. An Event Action icon () is associated with each event on the calendar. Clicking the icon opens the event actions window.
Allows multiple-event selection. Check boxes appear to the left of each event title. Event action buttons and a drop-down list appear at the top of the calendar. After selecting one or more events, clicking a button or selecting an option from the list opens the event actions window.
Hides all event action links in main calendar view. Depending upon your event detail view settings, event actions will still be available in event detail views.
url
argument, $Trumba.addSpud() methodSets the calendar view to Detail List - Title (which, by default, includes event action links in each event) and hides event action icons, check boxes, buttons, and lists in the main calendar view.
Sets the calendar view to Classic Table and adds a single-select event action icon to each event.
http://www.yoursite.com/webpage.html?trumbaEmbed=template%3Dtable%26select%3Dsingle
Tip %3D is the URL-encoded equals sign (=). %26 is the URL-encoded ampersand.