[FIXED] [1.0] # selector doesn't work in scriptmanager CustomAjaxEvent

  1. #1

    [FIXED] [1.0] # selector doesn't work in scriptmanager CustomAjaxEvent

    Hi,

    I have this code in the page:

    <ext:ScriptManager ID="ScriptManager1" runat="server" Theme="Slate">
        <CustomAjaxEvents>
            <ext:AjaxEvent Target="ImageButton" OnEvent="image_click" Success="#{window1}.show();" />
        </CustomAjaxEvents>
    </ext:ScriptManager>
    When I open the page, a javascript error is generated: "Illegal character at...". And when I see the code, in the success property have the text "#{window1}.show();"

    Is a bug
  2. #2

    RE: [FIXED] [1.0] # selector doesn't work in scriptmanager CustomAjaxEvent

    Hi,

    Thank you for pointing out the bug. The fix will be included to the 1.0 version

Similar Threads

  1. Replies: 3
    Last Post: Feb 22, 2012, 12:56 PM
  2. Replies: 3
    Last Post: Jun 13, 2011, 4:17 PM
  3. Replies: 2
    Last Post: Nov 04, 2008, 12:28 AM
  4. Replies: 1
    Last Post: Oct 26, 2008, 5:49 PM
  5. Replies: 2
    Last Post: Mar 26, 2008, 9:41 AM

Posting Permissions