simple

toggles the simple mode of Query

boolean simple;

Example

webix.ui({
  view: "query",
  width: 340,
  // switch to the simple mode
  simple: true
});


Default value:

false

Related samples

Details

If set to true, it activates the simple mode and hides the context menu to add rules and groups.

See also
Back to top