Samples
Forum
Support
Documentation
onAfterScroll
onBindRequest
onDestruct
onHide
onKeyPress
onLongTouch
onShow
onSwipeX
onSwipeY
onTimedKeyPress
onTouchEnd
onTouchMove
onTouchStart
onValueSuggest
onViewMove
onViewMoveEnd
onViewResize
Start
API Reference
ui.gridsuggest
Events
onShow
fires when window is shown
void
onShow
(){ ... };
Example
some.
attachEvent
(
"onShow"
,
function
(
)
{
//... some code here ...
}
)
;
See also
articles
Window
Popup
ContextMenu
Context
Managing Visibility of Components
Back to top