Classes
- HTTPAPILayer
- LanguageUtils
- Response
- RuleUtils
- Utils
- FormCheckBox
- FormContainer
- FormField
- FormFieldBase
- FormFileInput
- FormOptionFieldBase
- FormPanel
- FormTabs
- InstanceManager
Namespaces
Members
-
<inner, constant> Actions :object
-
The
Actionsobject contains predefined action constants.Type:
- object
Properties:
Name Type Description Clickstring The action for a click event.
Changestring The action for a change event.
Submitstring The action for a submit event.
Blurstring The action for a blur event.
AddItemstring The action for adding an item.
RemoveItemstring The action for removing an item.
Savestring The action for save event.
-
<inner, constant> Formatters :object
-
The
Formattersobject contains predefined formatter functions.Type:
- object
Properties:
Name Type Description formatDatefunction The function for formatting a date.
parseDatefunction The function for parsing a date.
-
<inner, constant> FileAttachmentUtils :object
-
The
FileAttachmentUtilsobject provides utility functions for file attachments.Type:
- object
Properties:
Name Type Description FileObjectfunction The constructor function for a file object.
extractFileInfofunction The function for extracting file information.
Methods
-
<inner> createFormInstance()
-
The
createFormInstancefunction creates a new form instance.Returns:
- The created form instance.
- Type
- object