Panel - Collapsed Title?

  1. #1

    Panel - Collapsed Title?

    Is it possible to have the title displayed when the panel is collapse - I have seen/used the image example - but is there a way to just have text displayed or the title peserved?
  2. #2

    RE: Panel - Collapsed Title?

    Hi Tbaseflug,

    I'm not 100% sure what you mean. Can you provide more details/explaination of your requirement?


    Do you want to set a different Title when the Panel is the collapsed mode?*


    Geoffrey McGill
    Founder
  3. #3

    RE: Panel - Collapsed Title?

    Yes - that would be great - to set an alternate title - toggle the title depending on the collapsed state, etc.
  4. #4

    RE: Panel - Collapsed Title?

    Hi,

    The single way is set title manually on Collapse/Expand event


    *<ext:Panel runat="server" Title="Expanded">
    ** * * * * *<Listeners>
    ** * * * * * * *<Collapse Handler="this.setTitle('collapsed');" />
    ** * * * * * * *<Expand Handler="this.setTitle('expanded');" />
    ** * * * * *</Listeners>
    ** * * *</ext:Panel>


    *
  5. #5

    RE: Panel - Collapsed Title?

    Thanks! What about in a viewport? Is there a way to do it as well for a panel there?
  6. #6

    RE: Panel - Collapsed Title?

Similar Threads

  1. [CLOSED] Expand collapsed panel
    By uniway in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Jan 15, 2013, 1:41 PM
  2. [CLOSED] Collapsed title of South Panel
    By sz_146 in forum 1.x Help
    Replies: 5
    Last Post: Feb 26, 2010, 5:07 PM
  3. [CLOSED] DateField MultiField in collapsed panel bug
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Feb 10, 2010, 7:42 AM
  4. Replies: 0
    Last Post: May 27, 2009, 6:50 AM
  5. [CLOSED] Collapsed Panel Title
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 27, 2009, 1:03 PM

Posting Permissions