SchedulerFormEditorProps
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 |
|
Indicates if the Form is ready to be submitted.
Useful for toggling the disabled state of the Submit button. | |
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 |
|
The key-value pair containing the current errors by field path, combined from both field and form level validators. | |
id? |
|
Specifies the | |
modified |
|
Indicates if the Form is modified.
If any field is modified, | |
onChange |
|
A callback for emiting changes to a specific field without using the Field component (see example).
| |
onFormReset |
|
A callback for resetting the Form. | |
onSubmit |
|
A callback for submitting the Form.
Can be passed to the | |
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 |
|
Indicates if the Form is successfuly submitted. Useful for detecting if user is leaving the form before saving changes. | |
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 |
|
Indicates if the Form is touched.
If any field is touched, | |
valid |
|
Indicates if the Form is valid.
If any field is invalid, | |
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. | |
visited |
|
Indicates if the Form is visited.
If any field is visited, |