Variable Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
D
 deactivateTimeout, SearchPanel
 deactivateTimeoutLength, SearchPanel
K
 keyTimeout, SearchPanel
 keyTimeoutLength, SearchPanel
L
 lastMatchCount, SearchResults
 lastResultsPage, SearchPanel
 lastSearchValue, SearchPanel
M
 mode
N
 name, SearchPanel
R
 resultsPath, SearchPanel
The timeout used between when a control is deactivated and when the entire panel is deactivated.
this.deactivateTimeoutLength
The length of deactivateTimeout in thousandths of a second.
this.keyTimeout
The timeout used between a keystroke and when a search is performed.
this.keyTimeoutLength
The length of keyTimeout in thousandths of a second.
this.lastMatchCount
The number of matches from the last run of Search().
this.lastResultsPage
The last results page.
this.lastSearchValue
The last search string executed, or an empty string if none.
this.mode
The mode the search is going to work in, such as “HTML” or “FramedHTML”.
this.mode
The mode the search is going to work in, such as “HTML” or “FramedHTML”.
this.name
The name of the global variable that will be storing this instance of the class.
this.resultsPath
The relative path from the current HTML page to the results page directory.
Close