stringResult of ui.timeboard, Properties Webix Docs

StartAPI Referenceui.timeboardProperties

if the parameter is set to true, the method getValue() returns value as string (otherwise, as an object)

boolean stringResult;

Example

webix.ui({
  view: "timeboard",
  id: "myBoard",
  seconds: true,
  value: "09:10:20",
  stringResult: true
});
 
$$("myBoard").getValue(); // returns "09:10:20"

Default value:

false

See also

  • API

  • Articles

  • 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.

    Go to Forum