<kendo:scheduler-toolbarItem>

When Array of commands is passed, it accepts the "pdf" and "search" commands that the scheduler will display alongside its built-in ToolBar tools. The "pdf" and "search" tools will be rendered in a fixed place within the ToolBar that cannot be changed.The "pdf" command exports the scheduler in PDF format. The "search" option allows searching through Scheduler events titles.

Example

<kendo:scheduler-toolbar>
    <kendo:scheduler-toolbarItem></kendo:scheduler-toolbarItem>
</kendo:scheduler-toolbar>

Configuration Attributes

name java.lang.String

The name of the command.

Example

<kendo:scheduler-toolbarItem name="name">
</kendo:scheduler-toolbarItem>

Configuration JSP Tags

kendo:scheduler-toolbarItem-items

When the items field receives an array, it will entirely replace all tools in the Scheduler ToolBar (including the default once). Hence, the developer will need to declare them manually in order make them appear in the component. The default order of the Scheduler tools is: [ "pdf", [ "today", "previous", "next" ], "current", { type: "spacer" }, "search", "views" ]. Note that if more than one view is defined, the last default tool is views, otherwise views is substituted by the refresh tool. Tools grouped in an array would produce a ButtonGroup in the ToolBar. Note that the pdfMobile and search tools should be explicitly enabled in order to be visible.By using the items field, you can specify any kind and number of custom tools that will be rendered in the ToolBar. You should define the custom tools via the ToolBar items API.

More documentation is available at kendo:scheduler-toolbarItem-items.

Example

<kendo:scheduler-toolbarItem>
    <kendo:scheduler-toolbarItem-items></kendo:scheduler-toolbarItem-items>
</kendo:scheduler-toolbarItem>
In this article
Not finding the help you need?