-
Notifications
You must be signed in to change notification settings - Fork 1
Spec Form API Methods
jdubs edited this page Oct 23, 2016
·
4 revisions
Four51 Spec Form API is a collection of JavaScript functions made available to administrator users who have been granted permission to use Advanced Scripting in their product's spec forms. These methods are designed to ease the complexity of JavaScript by identifying common programming tasks specific to spec forms and creating alternative, easy to understand functions. Included in each methods definition are the parameter signatures. Parameters surrounded with [] are considered optional. If not marked optional you should consider required.
- addOption
- addOptions
- autoTab
- clearText
- counter
- dimlabel
- get (id)
- getOptionIndex
- getSelectedOptionIndex
- hide
- hideAllOptions
- hideOption
- hideOptionAt
- hideOptionRange
- hideOptionRangeAt
- hideOptions
- imgSrc
- insertOption
- mask
- removeAllOptions
- removeOption
- removeOptionAt
- removeOptionRange
- removeOptionRangeAt
- removeOptions
- selectedText
- selectedValue
- selectOption
- setPopup
- setText
- show
- showAllOptions
- showIf
- showOption
- showOptionAt
- showOptionRange
- showOptionRangeAt
- showOptions
- toggle
- trigger