container

html element to which area will be attached

string|HTMLElement container;

Example

webix.ui({
    view:"resizearea",
    container:"mydiv"
})

Back to top