Widgets
Samples
Demos
Forum
Services
Documentation
adjust
attachEvent
bind
blockEvent
callEvent
define
destructor
detachEvent
disable
enable
getBody
getChildViews
getFormView
getNode
getParentView
getTopParentView
hasEvent
hide
isEnabled
isVisible
mapEvent
queryView
resize
resizeChildren
setPosition
show
unbind
unblockEvent
Start
API Reference
ui.popup
Methods
setPosition
sets window's position
void
setPosition
(
number
x
,
number
y
);
x
number
horizontal position in pixel
y
number
vertical position in pixel
Example
$$
(
'my_window'
)
.
setPosition
(
100
,
100
)
;
See also
Articles
Window
Popup
Back to top
If you have not checked yet, be sure to visit site of our main product Webix
javascript dashboard framework
and page of
popup javascript
product.