Author: julien(a)jboss.com
Date: 2007-06-14 16:24:29 -0400 (Thu, 14 Jun 2007)
New Revision: 7419
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboard/dashboard.xhtml
Log:
auto submit of page selection in the dashboard editor
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboard/dashboard.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboard/dashboard.xhtml 2007-06-14
20:16:25 UTC (rev 7418)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboard/dashboard.xhtml 2007-06-14
20:24:29 UTC (rev 7419)
@@ -48,14 +48,14 @@
</tr>
<tr>
<td class="portlet-section-body" align="center">
- <h:form style="padding:0;margin:0">
+ <h:form id="page_selector_form"
style="padding:0;margin:0">
Select: <h:selectOneMenu
id="pageNameSelector"
value="#{dashboard.selectedPageName}"
- styleClass="portlet-form-field">
+ styleClass="portlet-form-field"
+
onclick="document.getElementById('page_selector_form').submit()">
<f:selectItems value="#{dashboard.pageItems}"/>
</h:selectOneMenu>
- <h:commandButton value="Go"
styleClass="portlet-form-button"/>
</h:form>
<br/>
</td>
Show replies by date