button
defines whether to show the Done button
boolean button;
Example
webix.ui({
view: "timeboard",
button: true // show the Done button initially
});
Default value:
false
Details
If true, shows the Done 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.