Reference - SS.control - Web Controls
Web controls can easily be added for a web page by setting the custom ext attribute of the DIV tag to the name of the control you wish to use.
The attributes of web controls vary depending upon the type of control. There are several common properties that each control exhibits.
Generic Web Control
- [Generic Web Control]
-
id
Identifier for the web control. It is recommended that this should be manually set however this is not necessary as each web control is assigned a unique identifier at run time if undefined. -
render()
Draws the control on the page. This is called for every control on the page when the document body has loaded. Generally calling this function will cause the control to refresh and reflect any changes made to the properties.
Web Controls