cursor

which cursor to show during resize

string cursor;

Example

webix.ui({
    view:"resizearea",
    cursor:"move"
})

Back to top