PropertyEventMethodIndex
WebSquare.uiplugin.section - 5.0_4.5276B.20250218.131208

Section is to create sections in the page.
Mainly used to group a certain part of the page or to apply style to the specific area. The elements in the Section might have independent contents or title.

Type

uiplugin

Property Summary

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

Event Summary

Method Summary

Property Detail

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.

Event Detail

Method Detail