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 Component

PropertySorted ascending 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 Component

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"  

TabPanel Component

Property Description Type Default Value
bodyStyle The body style of the panel String ""
tabWidth The default width for a tabl String "170"

TopRegion Component

This component has the same properties of BottomRegion

To be continued

WORK_IN_PROGRESS

Topic revision: r3 - 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