returns an object with the available configuration properties of the control and their values
const form = new dhx.Form("form_container", {
css: "dhx_widget--bordered",
padding: "40px",
rows: [
{
type: "container",
name: "grid",
padding: "12px 0px",
height: "400px",
},
]
});
form.getItem("container").getProperties();
The returned object of the Container control looks like:
{
css: undefined,
height: "content",
helpMessage: "",
hiddenLabel: false,
label: "",
labelPosition: "top",
labelWidth: "",
padding: "20px",
width: "content"
}
You will find the description of these properties here.
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