Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Is there a SmartClient equivalent to the DOM onChange event?

    Hi,

    In SmartClient, is there an equivalent to the DOM onChange event? I.e. an event that fires when the user blurs the input AND the text has been changed since the last focus.

    The change and changed events in a TextItem fire on every keypress, which is not what I want. I'm looking for an event that will fire only when the user has finished changing a text field.



    Andrew

    #2
    In that case, I usually use blur() with some additional code to check if the value has changed. I don't think that there is a kind of blurAndChanged() event handler in SC.

    Comment

    Working...
    X