form

linked form

string form;

Example

webix.ui({
  view:"popup", id:"popupform",
  body:{ view:"form", elements:[ /*...*/ ]}
});
 
webix.ui({
  view:"datatable", editable:true, form:"popupform"
});

Details

ID of linked form, which will be used for edit operations

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.