Tags:
create new tag
, view all tags
-- PedroRio - 24 Jul 2012

RegionLayout Component

WORK-IN-PROGRESS

The RegionLayout Component allows you to customize a Main Viewer with up to five (5) regions. North, South, East, West and Center to create a more attractive entry point in the application.

You can configure the viewer with the following XML Code (example including all five regions):

<xvw:regionLayout>  
    <xvw:tabPanel />   
    <xvw:topRegion> <!-- Components for the top/north region  -->  </xvw:topRegion>  
    <xvw:leftRegion>  <!--  Components for the left/west --> </xvw:leftRegion>  
    <xvw:rightRegion> <!--  Components for the right/east  -->  </xvw:rightRegion>  
    <xvw:bottomRegion>  <!--  Components for the bottom/south region  -->  </xvw:bottomRegion>  
</xvw:regionLayout>  

BottomRegion

Property Description Type Default Value
height The height of the region String 50
maxHeight The maximum height of the region String 150
minHeight The minimum height of the region String 20

LeftRegion

Inherits RightRegion properties.

RightRegion

Property Description Type Default Value Notes
layout The layout of the panel String accordion

The possible values are: "accordion","form","fit".

  • "accordion" uses accordion style to separate panels
  • "form" uses collapsible panels
  • "fit" will try to fit the panels
width The width of the panel String 180  

To be continued

WORK_IN_PROGRESS

Edit | Attach | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r2 - 2013-03-22 - JoaoAires
 

No permission to view TWiki.WebTopBar

This site is powered by the TWiki collaboration platform Powered by Perl

No permission to view TWiki.WebBottomBar