Namespace aV.AutoComplete
Represents the namespace for AutoComplete functions.
Defined in: aV.plg.autoComplete.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Represents the namespace for AutoComplete functions.
|
Namespace Detail
aV.AutoComplete
Represents the namespace for AutoComplete functions.
- Parameters:
- {String} config.ruleFile Optional, Default: 'autoCompleteRules.txt'
- Path to the external file which contains the rule definitons for editable items.
- {integer} config.listBoxOfset Optional, Default: 3
- The vertical offset from the input boxes for the list boxes which will be displayed.
- {integer} config.minChars Optional, Default: 2
- The minimum number of characters to start the auto complete.
- {integer} config.delay Optional, Default: 150
- The delay before showing the auto complete list in milliseconds.
- {Boolean} config.retryOnError Optional, Default: false
- Set true to force the system to retry when an AJAX call fails to retrieve the list.
- {String} config.regExpPattern Optional, Default: "'\\\\b' + filter"
- The default RegExp pattern for checking the list.
- {String[]} config.allowedTags Optional, Default: ["INOUT"]
- The allowed tag names in uppercase for auto complete system.
- Requires:
- (aV.ext.string.js)
- (aV.main.events.js)
- (aV.main.ajax.js)
- (aV.main.visual.js)
- (aV.main.aParser.js)