config

shows whether the configuration form is opened

boolean config;

Example

webix.ui({
view: "pivot",
config: true,
//...
});


Default value:

false
Details

config can also be accessed via getState():

$$("pivot").getState().config = true;
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.