Widgets
Samples
Demos
Forum
Services
Documentation
adjust
attachEvent
bind
blockEvent
callEvent
define
destructor
detachEvent
disable
edit
enable
focus
getChildViews
getFormView
getMenu
getNode
getParentView
getTopParentView
getUsers
hasEvent
hide
isEnabled
isVisible
load
mapEvent
parse
queryView
resize
setCurrentUser
show
unbind
unblockEvent
Start
API Reference
ui.comments
Methods
getMenu
returns the view object of a context menu with actions
object
getMenu
();
object
the view object of a context menu
Example
const
menu
=
$$
(
"comments"
)
.
getMenu
(
)
;
Back to top