Author: sergeyhalipov
Date: 2008-05-23 10:23:35 -0400 (Fri, 23 May 2008)
New Revision: 8731
Modified:
trunk/test-applications/seleniumTest/src/main/webapp/layout/layout.xhtml
trunk/test-applications/seleniumTest/src/main/webapp/template/modalPanel.xhtml
Log:
Tests: possibility to select template manually added.
Modified: trunk/test-applications/seleniumTest/src/main/webapp/layout/layout.xhtml
===================================================================
--- trunk/test-applications/seleniumTest/src/main/webapp/layout/layout.xhtml 2008-05-23
13:46:19 UTC (rev 8730)
+++ trunk/test-applications/seleniumTest/src/main/webapp/layout/layout.xhtml 2008-05-23
14:23:35 UTC (rev 8731)
@@ -69,6 +69,13 @@
<br/>
<div>
<ui:insert name="template"/>
+ </div>
+ <div>
+ <h:panelGroup>
+ <h:commandButton value="Load 'simple' template"
onclick="loadTemplate('simple'); return false;" />
+ <h:commandButton value="Load 'dataTable' template"
onclick="loadTemplate('dataTable'); return false;" />
+ <h:commandButton value="Load 'modalPanel' template"
onclick="loadTemplate('modalPanel'); return false;" />
+ </h:panelGroup>
</div>
</h:panelGrid>
<script type="text/javascript">
Modified: trunk/test-applications/seleniumTest/src/main/webapp/template/modalPanel.xhtml
===================================================================
(Binary files differ)
Show replies by date