button of ui.timeboard, Properties Webix Docs

StartAPI Referenceui.timeboardProperties

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

  • Articles

  • Back to top