point

adds an arrow to a popup window or removes it

boolean point;

Example

webix.ui({
    view:"window",
    point:true
    //..window config
}).show();

Back to top