 |
Core Extension Libraries
The core extension members of the qForms API are split in to several files. These
files are located in the "/qforms/" sub-directory. These extension libraries greatly
enhance the normal functionality of qForms, giving you such functionality as form
validation methods and the ability to move items between select boxes.
Field Methods Library
- Properties
- Methods
- compare(object field)
- createDependencyTo(string field, [string condition])
- enforceDependency()
- format(string mask, [string type])
- isDependent(string field, [string condition])
- location([string target], [string key])
- ltrim()
- makeContainer([string bindTo])
- mirrorTo(string object)
- populate(object struct, [boolean reset], [boolean sort])
- resetLast()
- rtrim()
- toLowerCase()
- toUpperCase()
- transferFrom(string field, [boolean sort], [string type], [boolean selectItems], [boolean reset])
- transferTo(string field, [boolean sort], [string type], [boolean selectItems], [boolean reset])
- trim()
Validation Methods Library
- Methods
General Functions Library
- _createFields(object struct, [string type])
- _isLength(string text, [int length], [string type])
- _getEventType(string type)
- _getState(string postalAbbr)
- _getURLParams()
- _listSum(string list, [string delimiters])
- _listToArray(string list, [string delimiters])
- _ltrim(string text)
- _rtrim(string text)
- _sortOptions(objext field, [string order], [boolean byText])
- _stripInvalidChars(string text, [string type])
- _transferOptions(object field1, object field2, [boolean sort], [string type], [boolean selectItems], [boolean reset])
- _trim(string text)
[< Back]
[Index]
[Next >]

|
 |