Widgets
Samples
Demos
Forum
Services
Documentation
onAfterAdd
onAfterContextMenu
onAfterDelete
onAfterDrop
onAfterLoad
onAfterRender
onAfterScroll
onAfterSelect
onAfterSort
onAfterUnSelect
onBeforeAdd
onBeforeContextMenu
onBeforeDelete
onBeforeDrag
onBeforeDragIn
onBeforeDrop
onBeforeDropOut
onBeforeLoad
onBeforeRender
onBeforeSelect
onBeforeShow
onBeforeSort
onBeforeUnSelect
onBindRequest
onBlur
onDataRequest
onDataUpdate
onDestruct
onDragOut
onEnter
onFocus
onHide
onItemClick
onItemDblClick
onItemRender
onItemSingleClick
onKeyPress
onLoadError
onLongTouch
onMenuItemClick
onMouseMove
onMouseMoving
onMouseOut
onPaste
onSelectChange
onShow
onSwipeX
onSwipeY
onTabFocus
onTimedKeyPress
onTouchEnd
onTouchMove
onTouchStart
onValidationError
onValidationSuccess
onViewMove
onViewMoveEnd
onViewResize
onViewShow
Start
API Reference
ui.contextmenu
Events
onHide
fires when window is hidden
void
onHide
();
Example
some.
attachEvent
(
"onHide"
,
function
(
)
{
//... some code here ...
}
)
;
See also
API
onShow
Articles
Window
Popup
ContextMenu
Context
Managing Visibility of Components
Back to top
If you have not checked yet, be sure to visit site of our main product Webix
lightweight js framework
and page of
context menu javascript
product.