defines the content of Tabview
webix.ui({
  view: "tabview",
  cells: [
    {
      header: "List",
      body: {
        id: "listView",
        view: "list", 
        // list config
      }
    },
    {
      header: "Form",
      body: {
        id: "formView",
        view: "form", 
        // form config
      }
    }
  ]
});
Each cell may have the following configuration properties: