button

defines whether to show the Select button

boolean button;

Example

webix.ui({
  view: "colorselect",
  button: true // show the Select button initially
});


Default value:

false
Details

If true, shows the Select button under the control.

See also
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.