Create a layout through the use of the HTLM table tag. Not recommended for creating a layout for an entire page.
Useful to place label(text) and components. Mostly used for input or search pages.
Upon initial creation, WebSquare Group mode (the default mode) will be used and the APIs of the Group component can be used.
At the highest level of this component is the table tag.
Useful to place label(text) and components. Mostly used for input or search pages.
Upon initial creation, WebSquare Group mode (the default mode) will be used and the APIs of the Group component can be used.
At the highest level of this component is the table tag.
Type
- uiplugin
Property Summary
- adaptive
- [layout, crosstab] Uses the adaptive mode (in which the layout adapts to the screen sizes and the device types.)
- adaptiveThreshold
- [default:480] The threshold required to enter the adaptive mode. (The default is 480.)The unit is in pixels.
- class
- Component class
- id
- Component ID
- summary
- Similar to the summary property of the table tag in HTML.
Event Summary
Method Summary
Property Detail
- adaptive
-
[layout, crosstab] Uses the adaptive mode (in which the layout adapts to the screen sizes and the device types.)
For more info, see the adaptive web design guide. - adaptiveThreshold
-
[default:480] The threshold required to enter the adaptive mode. (The default is 480.)The unit is in pixels.
- class
-
Component class
- id
-
Component ID
The component ID is allocated as a global object. The script can access each object through the component ID. - summary
-
Similar to the summary property of the table tag in HTML. Mostly used to enhance web accessibility.