[CLOSED] Collapsed Panel Title

  1. #1

    [CLOSED] Collapsed Panel Title

    I'm trying to figure out how to display a text title on a collapsed panel in a ViewPort.

    I found one topic (http://forums.ext.net/showthread.php?1639) that suggested the following, but this doesn't work.

    <form id="form2" runat="server">
      <ext:ScriptManager ID="ScriptManager1" runat="server" />
      <ext:ViewPort ID="ViewPort1" runat="server">
        <Body>
          <ext:BorderLayout ID="BorderLayout1" runat="server">
            <Center>
              <ext:Panel ID="Panel3" runat="server" Title="Center" BodyStyle="padding:6px;" Html="Center" />
            </Center>
            <South Split="true" Collapsible="true">
              <ext:Panel ID="Panel2" runat="server" Title="Expanded" Height="150">
                <Listeners>
                  <Collapse Handler="this.setTitle('collapsed');" />
                  <Expand Handler="this.setTitle('expanded');" />
                </Listeners>
              </ext:Panel>
            </South>
          </ext:BorderLayout>
        </Body>
      </ext:ViewPort>
    </form>
    And the example https://examples1.ext.net/#/Layout/B..._Region_Image/ uses a graphic. I want to use Text.

    This topic (http://forums.ext.net/showthread.php?859) refers to a plugin, which I havn't tried. Franky, this seems like it should be simple.

    Is there a simple way to do this, or do I need to use a plugin?
    Last edited by geoffrey.mcgill; Feb 20, 2011 at 12:58 PM.
  2. #2

    RE: [CLOSED] Collapsed Panel Title

    Hi Randy,

    The image is used because it's a 'browser safe' way to display text is a vertical format. I don't really know what kind of vertical text support the browsers provide, but I do suspect it's patchy.*


    The plugin seems like a good option.*


    Geoffrey McGill
    Founder

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] Items not rendering in collapsed tab panel
    By Labyrinth in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 19, 2010, 8:39 PM
  3. [CLOSED] Collapsed title of South Panel
    By sz_146 in forum 1.x Help
    Replies: 5
    Last Post: Feb 26, 2010, 5:07 PM
  4. Replies: 0
    Last Post: May 27, 2009, 6:50 AM
  5. Panel - Collapsed Title?
    By Tbaseflug in forum 1.x Help
    Replies: 5
    Last Post: Jan 21, 2009, 9:35 AM

Posting Permissions