SchedulerFormEditorPropsPremium
Represents the props of the KendoReact SchedulerFormEditor
component.
Name | Type | Default | Description |
---|---|---|---|
allDayEditor? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
allDayLabel? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
allowSubmit |
|
Shows whether the form can be submitted. When true and form is valid, you can submit. When true and form is invalid, you can show all validation errors. Use this to control the disabled state of Submit buttons. jsx
| |
descriptionEditor? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
descriptionError? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
descriptionLabel? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
endEditor? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
endError? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
endLabel? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
endTimezoneCheckedEditor? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
endTimezoneCheckedLabel? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
endTimezoneEditor? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
endTimezoneError? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
endTimezoneLabel? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
errors |
|
Contains current validation errors organized by field path. jsx
| |
id? |
|
Specifies the | |
modified |
|
Shows whether any field value has changed from its initial value. Becomes true when any field value changes for the first time. jsx
| |
onChange |
|
A callback for emitting changes to a specific field without using the Field component (see example).
jsx
| |
onFormReset |
|
Resets the form to its initial state. jsx
| |
onSubmit |
|
Submits the form when called. Use this with the onClick property of Submit buttons. jsx
| |
recurrenceEditor? |
|
Overrides the component used for visualizing the
For more information, please refer to the | |
resourceEditor? |
|
Overrides the component used for visualizing each For more information, please refer to the | |
resourceLabel? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
resourcesError? |
|
Overrides the component used for visualizing each For more information, please refer to the | |
startEditor? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
startError? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
startLabel? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
startTimezoneCheckedEditor? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
startTimezoneCheckedLabel? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
startTimezoneEditor? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
startTimezoneError? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
startTimezoneLabel? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
submitted |
|
Shows whether the form has been successfully submitted. Use this to detect if the user is leaving before saving changes. jsx
| |
tabIndex? |
|
Specifies the | |
titleEditor? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
titleError? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
titleLabel? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
touched |
|
Shows whether the user has interacted with any field. Becomes true when any field loses focus or the user tries to submit. jsx
| |
valid |
|
Shows whether the form passes all validation rules. Becomes false if any field fails validation. jsx
| |
valueGetter |
|
A callback for getting the value of a field without using the Field component (see example). Useful for creating and modifying the UI based on the field values. jsx
| |
visited |
|
Shows whether the user has focused on any field. Becomes true when any field receives focus or the user tries to submit. jsx
|