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