icons_select

stores a collection of icons visible in the side selection menu of the event's box

array icons_select;

Example

scheduler.config.icons_select = ['icon_details', 'icon_delete'];
...
scheduler.init('scheduler_here', new Date(2013, 0, 10), "week");


Default value:

['icon_details', 'icon_edit', 'icon_delete']
Applicable views:Day View, Week View, Units View

Related samples

Details

See also
Back to top