<kendo:scheduler-toolbarItem-item-mobile>

Will specify all tools rendered in the Scheduler ToolBar with its adaptive rendering. By default, there are two ToolBars rendered in the Scheduler in that mode: main (or upper) ToolBar contains the following built-in tools: [ [ "pdfMobile", "calendar", "create" ], { type: "spacer" }, "search", "viewsMobile" ]. Note that if more than one view is defined, the last default tool is viewsMobile, otherwise viewsMobile 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; or navigation (or lower) ToolBar contains the following built-in tools: [ "previousMobile", { type: "spacer" }, "currentMobile", { type: "spacer" }, "nextMobile" ];. By using the items.mobile field, you can specify any kind and number of custom tools for the above two ToolBars. You should define the custom tools via the ToolBar items API.

Example

<kendo:scheduler-toolbarItem-item>
    <kendo:scheduler-toolbarItem-item-mobile></kendo:scheduler-toolbarItem-item-mobile>
</kendo:scheduler-toolbarItem-item>

Configuration Attributes

main java.lang.Object

Will specify all tools rendered in the main (upper) Scheduler ToolBar with its adaptive rendering. If not explicitly set here, the component will render its built-in tools in the following order: [ [ "pdfMobile", "calendar", "create" ], { type: "spacer" }, "search", "viewsMobile" ]. Note that if more than one view is defined, the last default tool is viewsMobile, otherwise viewsMobile 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.mobile.main field, you can specify any kind and number of custom tools for that ToolBar. You should define the custom tools via the ToolBar items API.

Example

<kendo:scheduler-toolbarItem-item-mobile main="main">
</kendo:scheduler-toolbarItem-item-mobile>

Will specify all tools rendered in the navigation (lower) Scheduler ToolBar with its adaptive rendering. If not explicitly set here, the component will render its built-in tools in the following order: [ "previousMobile", { type: "spacer" }, "currentMobile", { type: "spacer" }, "nextMobile" ].By using the items.mobile.navigation field, you can specify any kind and number of custom tools for that ToolBar. You should define the custom tools via the ToolBar items API.

Example

<kendo:scheduler-toolbarItem-item-mobile navigation="navigation">
</kendo:scheduler-toolbarItem-item-mobile>
In this article
Not finding the help you need?