allows changing available configuration attributes of the control dynamically
setProperties(properties: object): void;
Parameters:properties: object
- an object with the available attributes of the control and their new valuesExample
form.getItem("spacer").setProperties({
height: "50px"
});
It is possible to change values of the following configuration attributes of the Spacer control:
{
css: string,
height: string|number|"content"
padding: string|number
width: string|number|"content"
}
You will find the description of these properties here.
Change log:added in v7.0
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4