From richfaces-svn-commits at lists.jboss.org Fri Aug 15 08:46:03 2008 Content-Type: multipart/mixed; boundary="===============7876774959881162135==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r10113 - in management/design/Split Panel component: markup and 1 other directory. Date: Fri, 15 Aug 2008 08:46:03 -0400 Message-ID: --===============7876774959881162135== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: admitriev Date: 2008-08-15 08:46:03 -0400 (Fri, 15 Aug 2008) New Revision: 10113 Added: management/design/Split Panel component/markup/ management/design/Split Panel component/markup/splitPanel.html Log: Added: management/design/Split Panel component/markup/splitPanel.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- management/design/Split Panel component/markup/splitPanel.html = (rev 0) +++ management/design/Split Panel component/markup/splitPanel.html 2008-08-= 15 12:46:03 UTC (rev 10113) @@ -0,0 +1,95 @@ + + + + + +Untitled + + = + + + + + +
+
+
+ +
+
+ +
+
Header
+
+
+ = +




































+
+
+
+ = +
+
+ = +
+
+
+ = +
+
+
+ = +
+
+
Header
+
+
+ +
+
+ = +
+
+ +
+
+
+ +

+
+
+<splitPanel cols=3D"200,*" border=3D"5px">
+	<splitArea areaBorder=3D"1" scroll=3D"auto">
+		<areaHeader value=3D"Header">
+	</splitArea>
+	<splitPanel rows=3D"200,*" border=3D"5px">
+		<splitArea areaBorder=3D"1" scroll=3D"auto">
+		</splitArea>
+		<splitArea areaBorder=3D"1" scroll=3D"auto">
+			<areaHeader value=3D"Header">
+		</splitArea>
+	</splitPanel>
+</splitPanel>
+
+
+
+
+No header
+areaSize =3D parentSize - 2 x areaBorder
+
+With header
+areaWidth =3D parentWidth - 2 x areaBorder
+areaHeight =3D parentHeight - headerHeight - 3 x areaBorder
+
+Size of (*) area (if we have n areas)
+area(*)Size =3D parentSize - areaSize(1) - .... - areaSize(n-1) - (n-1) x =
border
+
+
+
+ + + + + --===============7876774959881162135==--