An object defining configuration properties for the Form UI component.
Name Description accessKeySpecifies the shortcut key that sets focus on the UI component.
activeStateEnabledSpecifies whether the UI component changes its visual state as a result of user interaction.
alignItemLabelsSpecifies whether all item labels are aligned. Applies only to labels outside their editors (see labelMode).
alignItemLabelsInAllGroupsSpecifies whether item labels in all groups are aligned. Applies only to labels outside their editors (see labelMode).
colCountThe count of columns in the form layout.
colCountByScreenSpecifies dependency between the screen factor and the count of columns in the form layout.
customizeItemSpecifies a function that customizes a form item after it has been created.
disabledSpecifies whether the UI component responds to user interaction.
elementAttrSpecifies the global attributes to be attached to the UI component's container element.
focusStateEnabledSpecifies whether the UI component can be focused using keyboard navigation.
formDataProvides the Form's data. Gets updated every time form fields change.
heightSpecifies the UI component's height.
hintSpecifies text for a hint that appears when a user pauses on the UI component.
hoverStateEnabledSpecifies whether the UI component changes its state when a user pauses on it.
isDirtySpecifies whether current editor values differ from initial values.
itemsHolds an array of form items.
labelLocationSpecifies the location of a label against the editor. Applies only to labels outside their editors (see labelMode).
labelModeSpecifies a display mode for item labels.
minColWidthThe minimum column width used for calculating column count in the form layout. Applies only if colCount property is "auto".
onContentReadyA function that is executed when the UI component is rendered and each time the component is repainted.
onDisposingA function that is executed before the UI component is disposed of.
onEditorEnterKeyA function that is executed when the Enter key has been pressed while an editor is focused.
onFieldDataChangedA function that is executed when the value of a formData object field is changed.
onInitializedA function used in JavaScript frameworks to save the UI component instance.
onOptionChangedA function that is executed after a UI component property is changed.
optionalMarkThe text displayed for optional fields. Applies only if showOptionalMark is true.
readOnlySpecifies whether all editors on the form are read-only. Applies only to non-templated items.
requiredMarkThe text displayed for required fields.
requiredMessageSpecifies the message that is shown for end-users if a required field value is not specified.
rtlEnabledSwitches the UI component to a right-to-left representation.
screenByWidthSpecifies a function that categorizes screens by their width.
scrollingEnabledA Boolean value specifying whether to enable or disable form scrolling.
showColonAfterLabelSpecifies whether a colon is displayed at the end of form labels. Applies only to labels outside their editors (see labelMode).
showOptionalMarkSpecifies whether or not the optional mark is displayed for optional fields.
showRequiredMarkSpecifies whether or not the required mark is displayed for required fields.
showValidationSummarySpecifies whether or not the total validation summary is displayed on the form.
tabIndexSpecifies the number of the element when the Tab key is used for navigating.
validationGroupGives a name to the internal validation group.
visibleSpecifies whether the UI component is visible.
widthSpecifies the UI component's width.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4