Find Dx Locale Zh Cn Examples and Templates
Use this online dx-locale-zh-cn playground to view and fork dx-locale-zh-cn example apps and templates on CodeSandbox. Click any example below to run it instantly or find templates that can be used as a pre-built solution!

Custom Templates - DevExtreme Scheduler (forked)The Scheduler contains the following properties used to specify custom templates globally and for individual views:
Appointment rectangle: appointmentTemplate / views[].appointmentTemplate
Tooltip: appointmentTooltipTemplate / views[].appointmentTooltipTemplate.
To customize the appointment details form, implement the onAppointmentFormOpening handler. In this demo, this handler adds custom fields to the appointment details form.

Custom Templates - DevExtreme Scheduler (forked)The Scheduler contains the following properties used to specify custom templates globally and for individual views:
Appointment rectangle: appointmentTemplate / views[].appointmentTemplate
Tooltip: appointmentTooltipTemplate / views[].appointmentTooltipTemplate.
To customize the appointment details form, implement the onAppointmentFormOpening handler. In this demo, this handler adds custom fields to the appointment details form.

Adaptability - DevExtreme Scheduler (forked)When the adaptivityEnabled property is set to true, Scheduler elements adapt to small screens as follows:
Cell overflow indicators become larger to accommodate touch gestures.
The appointment list for a chosen date slides in from the edge of the screen.
The appointment details form occupies the entire screen.
Instead of the view switcher, a drop-down menu is used to switch between views. To open this menu, users should click or tap a button in the upper right corner.
In this demo, we also added the floating action button as an alternative way to create a new appointment. The button is implemented with the SpeedDialAction component.

Market - Entrada Use the format property to specify the currency, accounting, percent, and other formats of the NumberBox value.
The format property can accept the following value types:
Predefined format
See the type property description for a list of accepted values.
Custom format string
Use a LDML pattern to specify a custom format. Refer to the following article for more information: Custom Format String.
Function
A function should apply a custom format to a value and return the formatted value as a string. Functions are useful for advanced formatting.
Object
Full format configuration. The object structure is shown in the format API section.