A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.dhtmlx.com/suite/form/api/spacer/spacer_getproperties_method/ below:

JavaScript Form - getProperties Spacer Method

getProperties()

returns an object with the available configuration attributes of the control

getProperties(): object;

Returns:

An object with the available attributes of the control and their values.

Example

const form = new dhx.Form("form_container", {
rows: [
{
type: "spacer",
name: "spacer"
}
]
});

form.getItem("spacer").getProperties();

The returned object of the Spacer control looks like:

{
height: "content",
padding: 0,
width: "content"
}

You will find the description of these properties here.

Change log:

added in v7.0

Previous

destructor()

Next

hide()


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