Samples
Forum
Support
Documentation
adjust
attachEvent
bind
blockEvent
callEvent
close
define
destructor
detachEvent
disable
enable
getBody
getChildViews
getFormView
getHead
getItemText
getList
getMasterValue
getNode
getParentView
getSuggestion
getTopParentView
getValue
hasEvent
hide
isEnabled
isVisible
linkInput
mapEvent
resize
resizeChildren
setMasterValue
setPosition
setValue
show
unbind
unblockEvent
Start
API Reference
ui.gridsuggest
Methods
setPosition
sets window's position
void
setPosition
(
number
x
,
number
y
);
Parameters
x
number
horizontal position in pixel
y
number
vertical position in pixel
See also
articles
Window
Popup
Example
$$
(
'my_window'
)
.
setPosition
(
100
,
100
)
;
Back to top