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 8 of 8
Search results
helper.utilSetNotificationActionExecuteSkeleton(actionObject, skelName)
Set the name of the skeleton that will be executed to perform an action to the supplied action object when a notification is received from a third party.
helper.utilSetSelectedInputValue(inputID, valArray)
Low level jQuery wrapper for setting the selected state of one or more elements that support the selected attribute.
helper.utilShowHideActionButtonField(fieldID, show [, label])
A low level jQuery wrapper for showing and hiding an action button
helper.utilShowHideField(fieldID, show)
Low level jQuery wrapper for showing and hiding an element.
helper.utilTriggerClickEvent(fieldID)
Low level jQuery wrapper generating a 'click' event on a field.
helper.validateField(fieldName, currentForm, failureArray)
This function validates the contents of a single field.
helper.validatePage(currentForm)
This function performs validation of all fields on the current page.
helper.validatePageInstanceCount([pageName])
Compares the number of instances against the minimum and maximum.