[CLOSED] [1.0] CycleButton in MVC

  1. #1

    [CLOSED] [1.0] CycleButton in MVC

    Hello,

    Can someone please check if the CycleButton and the CheckMenuItem items adhere to the idMode when set to static?

    I have the following:

                                            <ext:CycleButton runat="server" PrependText="View as " ShowText="true" Width="165">
                                                <Menu>
                                                    <ext:Menu runat="server" Width="165">
                                                        <Items>
                                                            <ext:CheckMenuItem runat="server" Text="Medium Icons" Icon="ApplicationViewIcons" Checked="true">
                                                                <Listeners>
                                                                    <CheckChange Buffer="300" Handler="Available.tpl = mediumIcon; Available.refresh();" />
                                                                </Listeners>
                                                            </ext:CheckMenuItem>
                                                            <ext:CheckMenuItem runat="server" Text="Large Icons&nbsp;&nbsp;&nbsp;" Icon="ApplicationViewTile">
                                                                <Listeners>
                                                                    <CheckChange Buffer="300" Handler="Available.tpl = largeIcon; Available.refresh();" />
                                                                </Listeners>
                                                            </ext:CheckMenuItem>
                                                        </Items>
                                                    </ext:Menu>
                                                </Menu>
                                            </ext:CycleButton>
    And when I load the partial page twice it throws an error about names not existing.

    Cheers,
    Timothy
    Last edited by Daniil; Aug 13, 2010 at 5:16 PM. Reason: Markes as solved. No more information was provided.
  2. #2
    Hello!

    We're investigating the issue...
  3. #3
    Hi Timothy,

    Can you provide a test case which demonstrates the issue?
  4. #4
    Hi, Timothy!

    Is this still an issue?

    NOTE: Marked as solved. No more information was provided.
    Last edited by Daniil; Aug 13, 2010 at 5:15 PM.

Similar Threads

  1. [CLOSED] CycleButton in gridpanel
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 07, 2010, 10:17 AM
  2. [CLOSED] [1.0] CycleButton problem
    By smart+ in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 29, 2010, 5:35 PM
  3. How to - Get Value of CycleButton?
    By Tbaseflug in forum 1.x Help
    Replies: 7
    Last Post: Sep 02, 2009, 10:25 AM
  4. CycleButton
    By olimpia in forum 1.x Help
    Replies: 2
    Last Post: Jul 27, 2009, 2:10 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