Toolbar input events

Hi,
Can a toolbar input type support ‘onBlur’ and/or ‘onChange’ events as well as ‘onEnter’ ???
If not globally, is there a way to create a custom event to handle this??, is so a a sample would be helpful.

Thank You.

Hello,

there are not such events. You may try to get object of the input and set event handlers for them:

var inputObj = toolbar.objPull[toolbar.idPrefix+itemId].obj.firstChild;

Here itemId is the id of an input button.