Accordion within a CollapsiblePanel??

Last post 10-19-2007 4:12 AM by Jonathan Shen – MSFT. 1 replies.

Sort Posts:

  • Accordion within a CollapsiblePanel??

    10-15-2007, 11:33 AM
    • Loading...
    • luke83
    • Joined on 10-15-2007, 2:43 PM
    • Posts 5

    I'd like to place an accordion within a collapsible panel to be able to let the whole accordion dissappear at once... but somehow the accordion is not displayed below the CollapsiblePanel's header but on the right side of it! Does anybody know if this works in general? Or is there another way to make a accordion disappear and reappear?

     thanks, luke

  • Re: Accordion within a CollapsiblePanel??

    10-19-2007, 4:12 AM
    Answer

    Hi Luke,

    You can add a Panel inside your CollapsiblePanelExtender and  put your Accordion inside the Panel. Now you can use Javascript to make it show or hide.   For example :   $get("<%=Panel1.ClientID%>").style.display = 'none'; or $get("<%=Panel1.ClientID%>").style.display = '';

    Hope this help.

    Best regards,

    Jonathan

    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Page 1 of 1 (2 items)
Microsoft Communities
Page view counter