:: Forum >>

onblur AW.UI.INPUT

Is there anyway that I can use the onblur method for a AW.UI.INPUT that when the cursor is moved out of a TEXT BOX withthout entering any text it fires an event??

Im using the onControlValidating fuctions but this only works when the user enters something into the TEXT BOX, I need this function to fire when ever the user clicks away, presses enter or presses tab.



Jez
Thursday, April 1, 2010
You can use either generic onControlDeactivated event -

http://www.activewidgets.com/aw.system.control/control-activation-events.html

or onControlEditEnded event, which is specific to AW.UI.Input -

http://www.activewidgets.com/aw.ui.input/control-edit-events.html
Alex (ActiveWidgets)
Monday, April 5, 2010
Thanks Alex,

Using onControlEditEnded worked a treat..
Jez
Sunday, April 11, 2010

This topic is archived.


Back to support forum

Forum search