Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section is dedicated to custom JavaScript functions that you can use. Feel free to use these, or share your own! Note that all of these functions are written with the assumption that the secureJS parameter in the Builder_config.properties is set to true, therefore some of the syntax looks different then if you were just writing natural, unhindered JavaScript.


Download JS Function LibraryIf you are writing your own javaScript or looking to investigate/debug the functions provided you can add "debugger;" to any line of the code to create a break-point.  If you view the page with the browser developer tools enabled then the code will stop executing at that point and you can then step through the code one line at a time.

Functions Table of Contents

Tables - Functions that are specific to modifying tables.

Lists - Functions that are specific to modifying lists (dropdowndrop down, checklistselect many, radiolistselect one).

Dates - Functions that are specific to modifying date fields

Other - Function that address a number of different needs