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 4 of 8
Search results
helper.isClient()
Returns true if the helper is executing on the client.
helper.isFirstTimeOnCurrentPage()
Whether or not this is the first time the user has been on this page.
helper.isFirstTimeOnCurrentPageInstance()
Whether or not this is the first time the user has been on this page instance.
helper.isHighlightValidFields()
Returns true if the helper is configured to change the style of fields that have passed validation
helper.isInFormSubmission()
Returns true while the form page is being submitted.
helper.isPageInstanceCountValidated([pageName])
Whether or not the instances count should be validated.
helper.isPageRepeatable([pageName])
Whether or not a page is repeatable.
helper.isRenderedInIcm()
Returns true if the helper is executing in iCM.
helper.isServer()
Returns true if the helper is executing user supplied functions on the server.
helper.isSkeleton()
Returns true if the helper is executing skeleton code on the server.
helper.isSubmitOnlyValidation()
Returns true if the helper is configured only to perform validation and display errors when an attempt is made to submit a form.
helper.queryFieldValue([pageName,] fieldName [, defaultValue])
Used to query the value of a field.
helper.querySubmissionAction()
Returns the name of the action that caused the page submission.
helper.querySubmissionActionFieldName()
Returns the field name of the button that was pressed to trigger the page submission.
helper.querySubmissionActionIdentifier()
Returns the identifier of the button that was pressed to trigger the page submission.
helper.querySubmissionActionLabel()
Returns the label of the button that was pressed to trigger the page submission.
helper.registerCustomFieldFn(fieldName, customFnName, customFn)
Registers a custom function for a specified field.
helper.setBusyOptions(options)
This is used to provide additional, low-level, configuration settings used when displaying a busy indicator.
helper.setFieldValue(fieldName, fieldValue [,pageInstance])
Updates the value of a field.
helper.setSubmissionBusyField(fieldName)
Used to set the position of the busy indicator.