top

the top offset of a window

number top;

Example

webix.ui({
    view:"window",
    top:100,
    head:"..",
    body:{...}
}).show();


Default value:

0
Details

If you set position and left or top at the same time - left and top parameters will be ignored.

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix html5 framework and page of javascript popup window product.