You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by cr...@apache.org on 2006/09/03 00:24:55 UTC

svn commit: r439674 - in /shale/sandbox/shale-test-dialog2-legacy/src/main/webapp: menu.jsp split.html

Author: craigmcc
Date: Sat Sep  2 15:24:51 2006
New Revision: 439674

URL: http://svn.apache.org/viewvc?rev=439674&view=rev
Log:
Add a menu option to split the screen into two frames, to allow easy
verification that the state of each dialog instance is independent.

Added:
    shale/sandbox/shale-test-dialog2-legacy/src/main/webapp/split.html   (with props)
Modified:
    shale/sandbox/shale-test-dialog2-legacy/src/main/webapp/menu.jsp

Modified: shale/sandbox/shale-test-dialog2-legacy/src/main/webapp/menu.jsp
URL: http://svn.apache.org/viewvc/shale/sandbox/shale-test-dialog2-legacy/src/main/webapp/menu.jsp?rev=439674&r1=439673&r2=439674&view=diff
==============================================================================
--- shale/sandbox/shale-test-dialog2-legacy/src/main/webapp/menu.jsp (original)
+++ shale/sandbox/shale-test-dialog2-legacy/src/main/webapp/menu.jsp Sat Sep  2 15:24:51 2006
@@ -38,6 +38,7 @@
         <li><h:commandLink id="programmatic"
                        action="#{wizard.start}"
                         value="Start dialog programmatically"/></li>
+        <li><a href="split.html">Split screen into two frames</a></li>
       </ul>
     </h:form>
 

Added: shale/sandbox/shale-test-dialog2-legacy/src/main/webapp/split.html
URL: http://svn.apache.org/viewvc/shale/sandbox/shale-test-dialog2-legacy/src/main/webapp/split.html?rev=439674&view=auto
==============================================================================
--- shale/sandbox/shale-test-dialog2-legacy/src/main/webapp/split.html (added)
+++ shale/sandbox/shale-test-dialog2-legacy/src/main/webapp/split.html Sat Sep  2 15:24:51 2006
@@ -0,0 +1,22 @@
+<!--
+
+ Copyright 2006 The Apache Software Foundation.
+ 
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ 
+      http://www.apache.org/licenses/LICENSE-2.0
+ 
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+
+<frameset               cols="50%,50%">
+    <frame               src="menu.faces"/>
+    <frame               src="menu.faces"/>
+</frameset>

Propchange: shale/sandbox/shale-test-dialog2-legacy/src/main/webapp/split.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: shale/sandbox/shale-test-dialog2-legacy/src/main/webapp/split.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL