[CLOSED] CycleButton this.btnEl

  1. #1

    [CLOSED] CycleButton this.btnEl

    I'm getting a javascript error "this.btnEl is undefined" using latest code from SVN and copy-pasting example from examples explorer.

    Any ideas?

    Example:
    <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="cb2.aspx.vb" Inherits="Autochart.cb2" %>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" >
    <head runat="server">
        <title></title>
    </head>
    <body>
        <form id="form1" runat="server">
        
        <ext:ScriptManager runat="server" />
        <ext:CycleButton ID="CycleButton1" runat="server" ShowText="true" PrependText="View As ">
            <Menu>
                <ext:Menu ID="Menu3" runat="server">
                    <Items>
                        <ext:CheckMenuItem ID="CheckMenuItem1" runat="server" Text="Text Only" Icon="Note" />
                        <ext:CheckMenuItem ID="CheckMenuItem2" runat="server" Text="Html" Icon="Html" Checked="true" />
                    </Items>
                </ext:Menu>
            </Menu>
        </ext:CycleButton>
        
    
        </form>
    </body>
    </html>
  2. #2

    RE: [CLOSED] CycleButton this.btnEl

    Hi,

    Fixed. Please update from SVN
    *
  3. #3

    RE: [CLOSED] CycleButton this.btnEl

    Great. Thanks.

Similar Threads

  1. [CLOSED] [1.0] CycleButton in MVC
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Aug 12, 2010, 2:03 PM
  2. How to - Get Value of CycleButton?
    By Tbaseflug in forum 1.x Help
    Replies: 7
    Last Post: Sep 02, 2009, 10:25 AM
  3. CycleButton
    By olimpia in forum 1.x Help
    Replies: 2
    Last Post: Jul 27, 2009, 2:10 PM
  4. Replies: 2
    Last Post: Jul 09, 2009, 2:35 PM
  5. [CLOSED] CycleButton
    By Ben in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Mar 03, 2009, 9:31 AM

Posting Permissions