Author: ppitonak(a)redhat.com
Date: 2011-02-24 08:31:50 -0500 (Thu, 24 Feb 2011)
New Revision: 21914
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richDropDownMenu/sideMenu.xhtml
Log:
jointPoint and direction of side drop down menu changed
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richDropDownMenu/sideMenu.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richDropDownMenu/sideMenu.xhtml 2011-02-24
12:29:56 UTC (rev 21913)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richDropDownMenu/sideMenu.xhtml 2011-02-24
13:31:50 UTC (rev 21914)
@@ -27,9 +27,9 @@
-->
<ui:composition template="/templates/template.xhtml">
-
- <ui:define name="view">
- <f:metadata>
+
+ <ui:define name="view">
+ <f:metadata>
<f:viewParam name="templates"
value="#{templateBean.templates}">
<f:converter converterId="templatesListConverter" />
</f:viewParam>
@@ -129,7 +129,7 @@
</rich:dropDownMenu>
- <rich:dropDownMenu id="menu2" mode="ajax">
+ <rich:dropDownMenu id="menu2" mode="ajax"
jointPoint="topRight" direction="bottomRight">
<f:facet name="label">
<h:panelGrid cellpadding="0"
cellspacing="0" columns="2"
style="vertical-align:middle">
Links
@@ -146,7 +146,7 @@
</rich:dropDownMenu>
- <rich:dropDownMenu id="menu3" label="Search"
direction="bottomLeft" jointPoint="bottomRight"
styleClass="search" mode="client">
+ <rich:dropDownMenu id="menu3" label="Search"
direction="bottomRight" jointPoint="topRight"
styleClass="search" mode="client">
<rich:menuItem>
<h:inputText id="searchinput" />
<button type="button">Search</button>
Show replies by date