Conditional AjaxEvents

  1. #1

    Conditional AjaxEvents

    Hello.

    I have this Button with an AjexEvent...

     <ext:Button ID="SaveButton" runat="server" Text="Guardar" Icon="Disk">
                 <AjaxEvents>
                    <Click OnEvent="SaveButton_Click">
                 </Click> 
                </AjaxEvents>
            </ext:Button>
    and in javascript I change The Title of the windows
    var window = <%= Window1.ClientID %>;
    	window.setTitle('Nuevo Registro');
    I need to do this : depending of the title of the windows control make an action... or fire an ajaxEvent... but I don't find the way to do This.

    Any Idea...?

    Thanks...

    Gustavo Montero G.


  2. #2

    RE: Conditional AjaxEvents

    Hello...

    Well.. I find the way to do That... in other post.

    Thanks...!

Similar Threads

  1. conditional Value in Column of gridpanel
    By Rupesh in forum 1.x Help
    Replies: 1
    Last Post: May 10, 2012, 10:47 AM
  2. [CLOSED] Conditional Confirmation
    By rmelancon in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 12, 2011, 2:46 PM
  3. Conditional RowExpander on GridPanel
    By deejayns in forum 1.x Help
    Replies: 0
    Last Post: Sep 29, 2010, 5:02 PM
  4. Conditional display of menu
    By olakara in forum 1.x Help
    Replies: 2
    Last Post: Apr 15, 2010, 3:23 AM
  5. GridPanel conditional edit
    By sharif in forum 1.x Help
    Replies: 1
    Last Post: Feb 20, 2010, 4:37 PM

Posting Permissions