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.I'd like to see a complete list of URL parameters.
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.
Event in Detail List view with that include event action links
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.
Visitors click an event action icon beside an event of interest
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.
Visitors select check boxes and then click a button or choose an option from the list
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.
To access event actions, visitors click an event title to open an event detail view
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.