[CLOSED] How to detect datefield changed

  1. #1

    [CLOSED] How to detect datefield changed

    I have a date field on a form. I want to detect when datefield value changed. There's a change event but that's fired on every key press, even if the date is not valid. There's also a select event that's fired when they use the date picker. But I am looking for an event that gets fired after the value has changed and is valid.
    Last edited by Daniil; Oct 04, 2013 at 5:55 AM. Reason: [CLOSED]
  2. #2
    Hi @jchau,

    It looks there is no such an event.

    What about the following?
    <ext:DateField runat="server">
        <Listeners>
            <Change Handler="if (this.isValid()) { console.log('change'); }" />
        </Listeners>
    </ext:DateField>

Similar Threads

  1. [CLOSED] DateField Detect Calendar selection
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Mar 25, 2013, 11:03 PM
  2. Detect changes
    By Dominik in forum 1.x Help
    Replies: 18
    Last Post: Dec 26, 2012, 2:11 PM
  3. [CLOSED] Datefield has been changed from its original value
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 14, 2010, 4:53 PM
  4. Replies: 1
    Last Post: Dec 26, 2009, 7:59 AM
  5. DateField HideTrigger cannot be changed
    By EzaBlade in forum 1.x Help
    Replies: 4
    Last Post: Nov 02, 2009, 8:46 AM

Posting Permissions