name of ui.button, Properties Webix Docs

StartAPI Referenceui.buttonProperties

name of the control

string name;

Example

webix.ui({
  view:"text",
  name:"FirstName"
});

Details

Is necessary to use the control inside of other form or other toolbar

Works the same as name of an input

Back to top