Author: artdaw
Date: 2011-01-20 16:53:00 -0500 (Thu, 20 Jan 2011)
New Revision: 21133
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichCalendarBean.java
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichCalendarBean.properties
modules/tests/metamer/trunk/application/src/main/webapp/components/richDropDownMenu/sideMenu.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richDropDownMenu/topMenu.xhtml
Log:
RF-10213: Metamer was fixed during changes in direction, jointPoint attributes.
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichCalendarBean.java
===================================================================
---
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichCalendarBean.java 2011-01-20
19:04:55 UTC (rev 21132)
+++
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichCalendarBean.java 2011-01-20
21:53:00 UTC (rev 21133)
@@ -63,8 +63,8 @@
attributes = Attributes.getComponentAttributesFromFacesConfig(UICalendar.class,
getClass());
attributes.setAttribute("datePattern", "MMM d, yyyy HH:mm");
- attributes.setAttribute("direction", "bottom-right");
- attributes.setAttribute("jointPoint", "bottom-left");
+ attributes.setAttribute("direction", "bottomRight");
+ attributes.setAttribute("jointPoint", "bottomLeft");
attributes.setAttribute("popup", true);
attributes.setAttribute("rendered", true);
attributes.setAttribute("showApplyButton", true);
Modified:
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichCalendarBean.properties
===================================================================
---
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichCalendarBean.properties 2011-01-20
19:04:55 UTC (rev 21132)
+++
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichCalendarBean.properties 2011-01-20
21:53:00 UTC (rev 21133)
@@ -19,17 +19,17 @@
attr.dayDisableFunction.disableWeekends=disableWeekends
attr.dayDisableFunction.null=
-attr.direction.top-left=top-left
-attr.direction.top-right=top-right
-attr.direction.bottom-left=bottom-left
-attr.direction.bottom-right=bottom-right
+attr.direction.topLeft=topLeft
+attr.direction.topRight=topRight
+attr.direction.bottomLeft=bottomLeft
+attr.direction.bottomRight=bottomRight
attr.direction.auto=auto
attr.direction.null=
-attr.jointPoint.top-left=top-left
-attr.jointPoint.top-right=top-right
-attr.jointPoint.bottom-left=bottom-left
-attr.jointPoint.bottom-right=bottom-right
+attr.jointPoint.topLeft=topLeft
+attr.jointPoint.topRight=topRight
+attr.jointPoint.bottomLeft=bottomLeft
+attr.jointPoint.bottomRight=bottomRight
attr.jointPoint.auto=auto
attr.jointPoint.null=
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-01-20
19:04:55 UTC (rev 21132)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richDropDownMenu/sideMenu.xhtml 2011-01-20
21:53:00 UTC (rev 21133)
@@ -142,7 +142,7 @@
</rich:dropDownMenu>
- <rich:dropDownMenu id="menu3" label="Search"
direction="bottom-left" jointPoint="br" styleClass="search"
mode="client">
+ <rich:dropDownMenu id="menu3" label="Search"
direction="bottomLeft" jointPoint="bottomRight"
styleClass="search" mode="client">
<rich:menuItem>
<h:inputText id="searchinput" />
<button type="button">Search</button>
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richDropDownMenu/topMenu.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richDropDownMenu/topMenu.xhtml 2011-01-20
19:04:55 UTC (rev 21132)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richDropDownMenu/topMenu.xhtml 2011-01-20
21:53:00 UTC (rev 21133)
@@ -142,7 +142,7 @@
</rich:dropDownMenu>
<rich:toolbarGroup id="rightGroup"
location="right">
- <rich:dropDownMenu id="menu3" label="Search"
direction="bottom-left" jointPoint="br" styleClass="search"
mode="client">
+ <rich:dropDownMenu id="menu3" label="Search"
direction="bottomLeft" jointPoint="bottomRight"
styleClass="search" mode="client">
<rich:menuItem>
<h:inputText id="searchinput" />
<button type="button">Search</button>