includePaths
|
|
Access
|
read-only
|
Returns
|
DOMString[]
|
indexes
|
|
Access
|
read-only
|
Returns
|
fArray
|
numberFormats
|
|
Access
|
read-only
|
Returns
|
DOMString[]
|
optimize
|
|
Access
|
read-write
|
Returns
|
boolean
|
addItemindexItem
|
|
Parameters
|
fIndexItemindexItem
The index item to add to the indexes array. If this value is null or undefined, a new fIndexSimpleItem object will be created.
|
Returns
|
fIndexItem. The newly created fIndexItem object contained in the indexes array.
|
clearItems
|
|
Parameters
|
None
|
Returns
|
void. None.
|
removeItemindexItem
|
|
Parameters
|
fIndexItemindexItem
The index item to remove from the indexes array.
|
Returns
|
void. None.
|