template

template which will be used to fill parent input from selected record

template template;

Example

webix.ui({
    view:"select",
    options:{
       template:"#name# from #city#",
       data:[
          { name:"Mark", city:"Hrodno" },
          { name:"Anna", city:"Brest" }
       ]
    }
})

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.