All of the form helper functions available in the latest release of the DEFAULTV2 Form Family.
The search results can be refined by function type (get, set, enable, disable etc) and by form element (field, variable, value etc).
There are 148 results
Page 5 of 8
Search results
helper.setVariable(name, value [,scope])
Creates and sets the value of a form variable.
helper.showActionButton(actionName [,label] [,fieldID])
Ensures that all buttons on the current page that perform the specified action are displayed.
helper.showBusy([fieldName] [, size])
This is used to display a spinning busy indicator within the form.
helper.showField(fieldName)
This function will show a hidden field on the current page.
helper.showFieldHint(fieldName)
If any hint text was supplied for the specified field it will be displayed.
helper.showFieldHints()
The hint information defined for all fields will be displayed.
helper.showFieldOptional(fieldName [, optionalMarker ])
Displays the "optional" markup of a field.
helper.showFieldRequired(fieldName [, requiredMarker ] [, titleText])
Displays the "required" markup of a field.
helper.trace(level, anything [, anything])
Provides a universal trace capability.
helper.triggerActionButton(actionName [, label] [,fieldID])
Triggers the specified action on the current page.
helper.updateFieldHint(fieldName, hint)
Updates the text of the field hint.
helper.updateFieldValue([pageName,] fieldName, value)
Updates the current value of a field.
helper.utilAddAction(actionObject, contextVariables)
Adds a set of context variables in the correct format that represent the supplied action object.
helper.utilAddActionProperty(actionObject, name, value)
Adds a named property value of the supplied action object.
helper.utilAddNewPageInstance()
Adds a new page instance to a repeating page.
helper.utilArrayToList(inputArray [, allowBlanks])
Converts a JavaScript array to a comma separated list of values as a string.
helper.utilClearErrorBlock(fieldID, markValid)
A low level jQuery wrapper for clearing any error messages.
helper.utilCreateAction(fieldName, actionName)
Creates and returns an action object, representing an action performed by one of the form family's "action fields".
helper.utilCreateAPIServer(name, url, options)
Configures a connection to a Worker Service provided by a particular API Server.
helper.utilCreateConfMessageAction(fieldName, message)
Creates and returns a new action object that represents a confirmation message action generated by the specified field.