DHTMLX Docs & Samples Explorer
Index
dhtmlxwindows
Event Handling
onFocus
onFocus
occurs when the window was focused
dhxWins.
attachEvent
(
"onFocus"
,
function
(
win
)
{
// code here
}
)
;