Skip to content

Commit cce1b96

Browse files
Scheduler: add Customize Toolbar demo description (DevExpress#29869)
1 parent 713d67a commit cce1b96

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed
Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
In our upcoming major release (v25.1) the DevExtreme Scheduler will include a customizable integrated toolbar.
2-
3-
For instance, in the screenshot, our new toolbar includes two custom buttons: "Today" and "New event".
4-
1+
DevExtreme Scheduler can display a toolbar. You can populate the toolbar with predefined and custom items, in any order. This demo implements an example of toolbar customization.
52
<!--split-->
63

7-
Configuration options will include:
4+
To customize the toolbar, add items to the [toolbar](/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/toolbar/).[items[]](/Documentation/25_1/ApiReference/UI_Components/dxScheduler/Configuration/toolbar/items/) array. Scheduler supports the following types of toolbar items:
85

9-
- **Choosing from predefined elements:** Select and arrange built-in elements as needed.
6+
- Predefined Controls
7+
* dateNavigator
8+
Displays next/previous buttons and a date interval button that invokes a dropdown calendar. You can customize button availability and order.
9+
* viewSwitcher
10+
Switches between view types (day, week, month, and others).
11+
* today
12+
A "Today" button that navigates to the current date.
1013

11-
- **Adding DevExtreme components:** Include and configure DevExtreme components like Button or Checkbox in the toolbar.
14+
- DevExtreme Components
15+
You can configure a DevExtreme component within a toolbar item element. In this demo, we extended the toolbar with a Button and SelectBox.
1216

13-
- **Inserting custom elements:** Define templates for custom elements within toolbar items for a curated experience.
17+
- Custom Controls
18+
Specify **items[]**.[template](/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/toolbar/items/#template) to implement custom controls.

0 commit comments

Comments
 (0)