Class Qv.CustomIcons
Configuration object for customizing icons.
Constructor Attributes | Constructor Name and Description |
---|---|
Configuration object for customizing icons
All icons have a separate icon files for the enabled and disabled state.
|
Field Attributes | Field Name and Description |
---|---|
Clear
|
|
Clear Other Fields
|
|
Lock
|
|
Print
|
|
Select All
|
|
Select Excluded
|
|
Search
|
|
Select Possible
|
|
Unlock
|
|
Send to Excel
|
Class Detail
Qv.CustomIcons
Configuration object for customizing icons
All icons have a separate icon files for the enabled and disabled state.
Example: myCustomIcons = {SEARCH:"Preview.png"}; Qv.InitWorkBench( { View: 'Presidents', Host: 'Local', BodyOnLoadFunctionNames: 'InitX', CustomIcons: myCustomIcons });
Field Detail
{String}
CD
Clear
{String}
CO
Clear Other Fields
{String}
LOC
Lock
{String}
PR
Print
{String}
SA
Select All
{String}
SE
Select Excluded
{String}
SEARCH
Search
{String}
SP
Select Possible
{String}
ULC
Unlock
{String}
XL
Send to Excel