Widgets
Samples
Demos
Forum
Services
Documentation
addView
adjust
attachEvent
bind
blockEvent
callEvent
define
destructor
detachEvent
disable
enable
getChildViews
getFormView
getNode
getParentView
getTopParentView
hasEvent
hide
index
isEnabled
isVisible
mapEvent
markDropArea
movePortlet
queryView
reconstruct
removeView
resize
resizeChildren
restore
serialize
show
showBatch
unbind
unblockEvent
Start
API Reference
ui.portlet
Methods
movePortlet
moves portlet to the marked area
void
movePortlet
(
string
target
,
string
mode
);
target
string
id of the view where the dragged portlet will be dropped
mode
string
the mode of dropping ("top","bottom","left","right")
Example
$$
(
"myportlet"
)
.
movePortlet
(
target
,
mode
)
;
Back to top
If you have not checked yet, be sure to visit site of our main product Webix
popular javascript framework
and page of
javascript drag and drop library
product.