Toggle menu
There are 35 results
Page 1 of 2

Search results

helper.getCallableCustomFnNames()

Returns an array of custom functions in the current scope.

helper.getCurrentFieldID()

Returns the ID in the DOM of the field this function is executed on.

helper.getCurrentFieldName()

Returns the name of the field this function is executed on.

helper.getDisplayedOptions(fieldName)

Returns the options currently displayed in a list-type field.

helper.getFieldID(fieldName)

Returns the ID in the DOM of the HTML element that contains the data for the specified field.

helper.getFieldIDOuter(fieldName)

Returns the ID in the dom of the HTML element that contains all of the HTML elements that represent a field.

helper.getFieldsIDOuter()

Returns the ID in the dom of the HTML div element for the current form that acts as the container for all form fields.

helper.getFieldValue(fieldName [,pageInstance])

Used to get the value of a field.

helper.getFieldValues(fieldName)

Gets the values submitted for a field.

helper.getFormDescription()

Returns the description of the form.

helper.getFormID()

Returns the ID in the dom of the HTML form element for the current form.

helper.getFormName()

Returns the name of the form being displayed or validated.

helper.getOptionVariableDisplayValue(variableName, keyValue)

Returns the display value of the supplied key from a list of options stored in a form variable.

helper.getPageInstance()

Return the instance number of the page being displayed or validated.

helper.getPageInstanceCount([pageName])

Returns the current count of page instances.

helper.getPageInstanceDisplay()

Returns a display friendly version of the page instance number.

helper.getPageInstanceMax([pageName])

Returns the maximum number of page instances.

helper.getPageInstanceMin([pageName])

Returns the minimum number of page instances.

helper.getPageName()

Returns the name of the page being displayed or validated.

helper.getPageNames()

Returns the names and titles of all of the pages in the form.

Share this page

Facebook icon Twitter icon email icon

Print

print icon