A.FormBuilderFieldTypesModal Class
A.FormBuilder
extension, which is responsible for all the logic related
to displaying the field types for the user.
Constructor
A.FormBuilderFieldTypesModal
-
config
Parameters:
-
config
ObjectObject literal specifying layout builder configuration properties.
Index
Methods
Attributes
Methods
_afterFieldTypesChange
()
protected
Fires after fieldTypes
attribute changes.
_onClickFieldType
-
event
Fired when a field type is clicked.
Parameters:
-
event
EventFacade
_onFieldTypesModalCloseClick
()
protected
Fired when the close button for the field types modal is clicked.
_onKeyPressFieldType
-
event
Fired when a field type is keypressed.
Parameters:
-
event
EventFacade
_uiSetFieldTypes
-
fieldTypes
Updates the ui according to the value of the fieldTypes
attribute.
Parameters:
-
fieldTypes
Array
_valueHeaderContent
()
Object
protected
Returns the template of the modal header.
Returns:
_valueToolbars
()
Object
protected
Returns the configuration object for the field types modal toolbar.
Returns:
bindUI
()
protected
Bind the events on the FormBuilderFieldTypesModal UI. Lifecycle.
initializer
()
protected
Construction logic executed during the A.FormBuilderFieldTypesModal
instantiation. Lifecycle.
renderUI
()
protected
Renders the FormBuilderFieldTypesModal component instance. Lifecycle.