[CLOSED] MenuPanel selected

  1. #1

    [CLOSED] MenuPanel selected

    Hello I'm trying to make the Menu Item was selected stay selected. This is my code


    
        <West Split="true">
        <Coolite:Panel runat="server">
        <Body>
        <Coolite:Accordion runat="server">
            <Coolite:MenuPanel runat="server"  Title="Menu 1" Icon="World">
                <Menu>
                    <Items>
                        <Coolite:MenuItem runat="server" Text="Users" Href="users.aspx"  Icon="User" />
                    </Items>
                </Menu>
            </Coolite:MenuPanel>
        </Coolite:Accordion>
        </Body>
        </Coolite:Panel>
        </West>
    I'm using in West panel and trying to have a Accordion menu. If you can


    Thank You.
  2. #2

    RE: [CLOSED] MenuPanel selected

    Hi Zarzand,

    This functionality is not currently included, although we are working on solution right now and should be able to commit to SVN today.

    We will keep this thread updated with our progress.

    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] MenuPanel selected

    Thanks allot Geoffrey
  4. #4

    RE: [CLOSED] MenuPanel selected

    Hi Zarzand,

    The MenuPanel selection committed to the SVN. Please updated example in the Examples Explorer (Coolite.Examples\Examples\Toolbar\Menu\MenuPanel\ )

    Changes in MenuPanel class
    1. SaveSelection property - save selection after item click (defaults value - true)
    2. SelectedIndex property - contains index of selected item (used for predefined selection setting and for read selected index during ajax event or postback)
    3. SelectedItemChanged server-side event


  5. #5

    RE: [CLOSED] MenuPanel selected

    *One question.The MenuPanel is not included on 0.6 version?


    Thanks.
  6. #6

    RE: [CLOSED] MenuPanel selected

    The MenuPanel is not included on 0.6 version?
    Correct. The <ext:MenuPanel> will be publicly available with the v0.7 release.


    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 0
    Last Post: Mar 12, 2012, 7:26 AM
  2. [CLOSED] MenuPanel Get Selected MenuItem from client side (javascript)
    By logicspeak in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Nov 23, 2011, 3:15 PM
  3. Replies: 1
    Last Post: Nov 17, 2010, 12:42 PM
  4. [CLOSED] [1.0] MenuPanel in v0.8.1 vs MenuPanel in v1.0
    By fehmeed.bilgrami in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jan 29, 2010, 6:17 AM
  5. Replies: 5
    Last Post: Nov 02, 2009, 12:31 PM

Posting Permissions