name

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