Getting Started | Class Index

Classes


Class Qv.CustomIcons

Configuration object for customizing icons.

Class Summary
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 Summary
Field Attributes Field Name and Description
 
CD
Clear
 
CO
Clear Other Fields
 
LOC
Lock
 
PR
Print
 
SA
Select All
 
SE
Select Excluded
 
Search
 
SP
Select Possible
 
ULC
Unlock
 
XL
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