Toggle menu

Form Helper Functions

There are 146 results
Page 5 of 8

Search results

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.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.

helper.utilDisplayErrorBlock(fieldID, messages)

Low level jQuery wrapper for displaying an array of error messages.

helper.utilEnableDisableButtonField(fieldID, enable)

Low level jQuery wrapper for enabling and disabling a button.

Share this page

Facebook icon Twitter icon email icon

Print

print icon