TreeListView.PageStyle

Syntax

PageStyle: PP.Style || Object || String;

Description

The PageStyle property determines style of container with nodes.

Comments

Use JSON or the setPageStyle method to set the property value and the getPageStyle method to get the property value.

Example

Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).

// Set container style
Tree.setStyle("border: solid 1px black");

After executing the example a border is set for node container.

See also:

TreeListView