The Meaning of Size for the PML Gadget Types
- Last UpdatedJan 09, 2024
- 1 minute read
The WIDTH and HEIGHT settings mean the following for the PML gadget set:
|
Category |
Gadget |
Effect of WIDTH and HEIGHT |
|
Gadgets with an optional in-line tag. |
TEXT,OPTION,COMBO TOGGLE,RTOGGLE |
WIDTH and HEIGHT define the data-box and decoration in grid units. This excludes the tag. |
|
Boxed gadgets with optional tag above. |
LIST,SELECTOR, TEXTPANE |
WIDTH defines the width of the data-box and decoration in grid units and HEIGHT defines the number of visible data lines. The data-box may include scroll bars to expose data lines that do not fit into the display space defined. This excludes the tag. |
|
Gadgets with no tag or with an integral (optional) tag. |
Gadgets that never display a tag: SLIDER, G2D, G3D, GM3D, PARAGRAPH |
WIDTH and HEIGHT define the gadget box directly in grid units. |
|
Gadgets with integral (optional) tag: FRAME, BUTTON. |
WIDTH and HEIGHT define the gadget box directly in grid units. |
|
|
ALPHA: a boxed gadget with optional tag above. |
WIDTH defines the width of a data-box in grid units and HEIGHT defines the number of visible data lines. The data-box may include scroll bars to expose data lines that do not fit into the display space defined, and may also include a data input line with a prompt above. This excludes the tag. |