You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2006/09/08 23:38:46 UTC

svn commit: r441662 - /myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/splitpanejsfonly.jsp

Author: werpu
Date: Fri Sep  8 14:38:45 2006
New Revision: 441662

URL: http://svn.apache.org/viewvc?view=rev&rev=441662
Log:
reparemtrized the pane area...
so that the sources can be accessed

Modified:
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/splitpanejsfonly.jsp

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/splitpanejsfonly.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/splitpanejsfonly.jsp?view=diff&rev=441662&r1=441661&r2=441662
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/splitpanejsfonly.jsp (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/splitpanejsfonly.jsp Fri Sep  8 14:38:45 2006
@@ -49,7 +49,7 @@
 				<s:dojoInitializer require="dojo.widget.SplitContainer" />
 				<s:dojoInitializer require="dojo.widget.ContentPane" />
 				<s:layoutingSplitPane id="split" activeSizing="0" 
-					style="width: 100%; height: 100%; background: #eeeeee; padding: 10px;" sizerWidth="2">
+					style="width: 400px; height: 400px; background: #eeeeee; padding: 10px;" sizerWidth="2">
 					<s:layoutingContentPane id="left" sizeShare="10">
 						<h:outputFormat value="content1"></h:outputFormat>
 						<h:outputFormat value="content2"></h:outputFormat>