icons_edit

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

array icons_edit;

Example

scheduler.config.icons_edit = ['icon_custom', 'icon_save', 'icon_cancel'];
...
scheduler.init('scheduler_here',new Date(2013,05,11),"week");


Default value:

['icon_save', 'icon_cancel']
Applicable views:Day View, Week View, Units View
Details

See also
Back to top