PropertyEventMethodIndex
WebSquare.uiplugin.tableLayout - 5.0_4.4547B.20211124.201933

TableLayout. Defines layout with <table> tag. It is recommended to use TableLayout to define a general layout of the page. Useful to place text and components. Mostly used for input or search pages. At the top 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
Same as the class property in HTML. The class defined in the CSS file or style block can be applied. Multiple classes can be defined with being divided by blank space.
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
Same as the class property in HTML. The class defined in the CSS file or style block can be applied. Multiple classes can be defined with being divided by blank space.
WebSquare5 Engine applies different classes to different components. By defining a common class, the common class can be applied to multiple components.
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.

Event Detail

Method Detail