Text field event changed or leave

  1. #1

    Text field event changed or leave

    Hi

    i want to use directevent for text field i'm using keypress , when i press letter the event excute.

    i want to excute event only when i live text field

    i'm using this

    <ext:TextField ID="txt_codebarre" runat="server" EnableKeyEvents="true">
     <DirectEvents>
        <KeyPress OnEvent="txt_codebarre_changing" >
            <ExtraParams>
               <ext:Parameter Name="RowIndex" Mode="Raw" Value="#{GridPanel1}.editRowIndex" Encode="true" />
               <ext:Parameter Name="tot" Value="Ext.encode(#{GridPanel1}.getRowsValues({selectedOnly:true}))" Mode="Raw" />
            </ExtraParams>
        </KeyPress>
     </DirectEvents>
    </ext:TextField>
    Where i can find event names for textfield, combobox and others???

    i'm new in EXT.NET and i'm getting problem to find thoose event

    is there documentation??

    thx
  2. #2
    Please see links in my signature

Similar Threads

  1. Replies: 4
    Last Post: May 23, 2012, 1:38 PM
  2. [CLOSED] RemoteValidation not firing when text is not changed
    By FAS in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 09, 2012, 3:42 PM
  3. [CLOSED] GridPanel page changed event?
    By vadym.f in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Apr 18, 2012, 5:59 PM
  4. Keyup event of Text Field.
    By VietView in forum 1.x Help
    Replies: 3
    Last Post: Mar 02, 2009, 6:32 AM
  5. Capture Grid Cell Changed Event
    By mathec in forum 1.x Help
    Replies: 2
    Last Post: Feb 01, 2009, 2:40 PM

Posting Permissions