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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.