Documentation

borderless

used to hide the component borders

boolean borderless;

Example

webix.ui({
        view:"viewName",
        borderless:true// hides the borders of the component
        ...
});

See also

Back to top