factory

creates inner views of a gridlayout according to the specified scheme

function factory;

Example

webix.ui({
    view:"gridlayout", id:"grid",
    gridColumns:4, gridRows:4,
    factory:function(obj){
        // your logic here 
    }
});

Details

The factory function takes one parameter:

  • obj - (object) the configuration object of a created view
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.