Check documentation for the
latest version of dhtmlxSuite
onFocus DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
onBeforeCheck
onBlur
onChange
onCheck
onClose
onDynXLS
onFocus
onKeyPressed
onOpen
onSelectionChange
onSyncApply
onXLE
onXLS
Start
Combo
dhtmlXCombo API
Events
onFocus
fires when an item has got focus
void
onFocus
();
Example
myCombo.
attachEvent
(
"onFocus"
,
function
(
)
{
//your code here
}
)
;
Back to top