Author: craigmcc
Date: Thu Sep 7 13:44:02 2006
New Revision: 441220
URL: http://svn.apache.org/viewvc?view=rev&rev=441220
Log:
Add a menu option to create a pop-up window, to demonstrate that it should
be able to create its own dialog instances, independent of things running
in the main window.
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?view=diff&rev=441220&r1=441219&r2=441220
==============================================================================
--- shale/sandbox/shale-test-dialog2-legacy/src/main/webapp/menu.jsp (original)
+++ shale/sandbox/shale-test-dialog2-legacy/src/main/webapp/menu.jsp Thu Sep 7
13:44:02 2006
@@ -39,6 +39,7 @@
action="#{wizard.start}"
value="Start dialog programmatically"/></li>
<li><a href="split.html">Split screen into two frames</a></li>
+ <li><a href="#"
onclick="javascript:window.open('menu.faces','popup','height=600,width=400')">Open
pop-up window</a></li>
</ul>
</h:form>