Classes
- HTTPAPILayer
- LanguageUtils
- Response
- Utils
- FormContainer
- FormField
- FormFieldBase
- FormPanel
- FormTabs
- InstanceManager
Namespaces
Members
-
<inner, constant> Actions :object
-
The
Actions
object contains predefined action constants.Type:
- object
Properties:
Name Type Description Click
string The action for a click event.
Change
string The action for a change event.
Submit
string The action for a submit event.
Blur
string The action for a blur event.
AddItem
string The action for adding an item.
RemoveItem
string The action for removing an item.
Save
string The action for save event.
-
<inner, constant> Formatters :object
-
The
Formatters
object contains predefined formatter functions.Type:
- object
Properties:
Name Type Description formatDate
function The function for formatting a date.
parseDate
function The function for parsing a date.
-
<inner, constant> FileAttachmentUtils :object
-
The
FileAttachmentUtils
object provides utility functions for file attachments.Type:
- object
Properties:
Name Type Description FileObject
function The constructor function for a file object.
extractFileInfo
function The function for extracting file information.
Methods
-
<inner> createFormInstance()
-
The
createFormInstance
function creates a new form instance.Returns:
- The created form instance.
- Type
- object