DHTMLX Docs & Samples Explorer

onEnter

onEnter event can be applied to the Input item only. This event calls user-defined handlers (if there are any) and passes the following parameters:

  • id - id of the item;
  • value - the text that the user typed in the input item.
    toolbar.attachEvent("onEnter", function(id, value){});