Resizer Vs. PanelResizer; Wanting split panel

  1. #1

    Resizer Vs. PanelResizer; Wanting split panel

    I'd like to have the West panel of a border layout split into two panels (top and bottom), that can be resized up or down. I've accomplished this using a PanelResizer as a plugin for one of the panels, but the border between the two panels--the area you'd grab to resize--doesn't have the nice style of a "grip" as the example for a Resizer in the Coolite examples does.

    So my question is--what's the difference between a PanelResizer and the ext:Resizer control? Can the Resizable be used as a plugin to a panel, or do you just have it wrap the Panel as its element? How do you get a nice grip handle to display between the two panels?




  2. #2

    RE: Resizer Vs. PanelResizer; Wanting split panel

    *I found the correct way of doing this via the source code of the examples, which thankfully included the situation where you're wrapping a panel. The trick is actually wrapping the body of the panel like so:

    <ext:Panel ID="northPanel" runat="server"/>
    <ext:Resizer runat="server" Element="={#{northPanel}.body}" Handles="south"/>




  3. #3

    RE: Resizer Vs. PanelResizer; Wanting split panel

    *Sorry, last post example should read:

    *I found the correct way of doing this via the source code of the examples, which thankfully included the situation where you're wrapping a panel. The trick is actually wrapping the body of the panel like so:


    <ext:Panel ID="northPanel" runat="server"/>
    <ext:Resizable runat="server" Element="={#{northPanel}.body}" Handles="south"/>

Similar Threads

  1. Replies: 5
    Last Post: May 02, 2012, 5:37 PM
  2. Split with Row or Column layout of panel
    By wdk in forum 1.x Help
    Replies: 6
    Last Post: May 25, 2011, 9:59 AM
  3. Pan and Resizer in Image control
    By mirzasa in forum 1.x Help
    Replies: 0
    Last Post: Apr 11, 2011, 6:06 PM
  4. [CLOSED] [1.0] Problem with Portlet Resizer
    By juane66 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 11, 2010, 10:43 AM
  5. [CLOSED] wanting to get panel to resize with browser
    By pkellner in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Oct 15, 2008, 1:05 AM

Posting Permissions