Author: jpapouse
Date: 2011-09-19 13:04:58 -0400 (Mon, 19 Sep 2011)
New Revision: 22726
Modified:
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/rich/RichAccordionBean.properties
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/rich/RichAccordionItemBean.properties
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/rich/RichPanelMenuBean.properties
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/rich/RichPanelMenuGroupBean.properties
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/rich/RichPanelMenuItemBean.properties
Log:
RFPL-1667: added transparent icon and unified custom icon url
Modified:
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/rich/RichAccordionBean.properties
===================================================================
---
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/rich/RichAccordionBean.properties 2011-09-19
13:48:46 UTC (rev 22725)
+++
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/rich/RichAccordionBean.properties 2011-09-19
17:04:58 UTC (rev 22726)
@@ -13,6 +13,7 @@
attr.itemActiveLeftIcon.chevron=chevron
attr.itemActiveLeftIcon.chevronUp=chevronUp
attr.itemActiveLeftIcon.chevronDown=chevronDown
+attr.itemActiveLeftIcon.transparent=transparent
attr.itemActiveLeftIcon.triangle=triangle
attr.itemActiveLeftIcon.triangleUp=triangleUp
attr.itemActiveLeftIcon.triangleDown=triangleDown
@@ -26,6 +27,7 @@
attr.itemDisabledLeftIcon.chevron=chevron
attr.itemDisabledLeftIcon.chevronUp=chevronUp
attr.itemDisabledLeftIcon.chevronDown=chevronDown
+attr.itemDisabledLeftIcon.transparent=transparent
attr.itemDisabledLeftIcon.triangle=triangle
attr.itemDisabledLeftIcon.triangleUp=triangleUp
attr.itemDisabledLeftIcon.triangleDown=triangleDown
@@ -39,6 +41,7 @@
attr.itemInactiveLeftIcon.chevron=chevron
attr.itemInactiveLeftIcon.chevronUp=chevronUp
attr.itemInactiveLeftIcon.chevronDown=chevronDown
+attr.itemInactiveLeftIcon.transparent=transparent
attr.itemInactiveLeftIcon.triangle=triangle
attr.itemInactiveLeftIcon.triangleUp=triangleUp
attr.itemInactiveLeftIcon.triangleDown=triangleDown
@@ -52,6 +55,7 @@
attr.itemActiveRightIcon.chevron=chevron
attr.itemActiveRightIcon.chevronUp=chevronUp
attr.itemActiveRightIcon.chevronDown=chevronDown
+attr.itemActiveRightIcon.transparent=transparent
attr.itemActiveRightIcon.triangle=triangle
attr.itemActiveRightIcon.triangleUp=triangleUp
attr.itemActiveRightIcon.triangleDown=triangleDown
@@ -65,6 +69,7 @@
attr.itemDisabledRightIcon.chevron=chevron
attr.itemDisabledRightIcon.chevronUp=chevronUp
attr.itemDisabledRightIcon.chevronDown=chevronDown
+attr.itemDisabledRightIcon.transparent=transparent
attr.itemDisabledRightIcon.triangle=triangle
attr.itemDisabledRightIcon.triangleUp=triangleUp
attr.itemDisabledRightIcon.triangleDown=triangleDown
@@ -78,6 +83,7 @@
attr.itemInactiveRightIcon.chevron=chevron
attr.itemInactiveRightIcon.chevronUp=chevronUp
attr.itemInactiveRightIcon.chevronDown=chevronDown
+attr.itemInactiveRightIcon.transparent=transparent
attr.itemInactiveRightIcon.triangle=triangle
attr.itemInactiveRightIcon.triangleUp=triangleUp
attr.itemInactiveRightIcon.triangleDown=triangleDown
Modified:
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/rich/RichAccordionItemBean.properties
===================================================================
---
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/rich/RichAccordionItemBean.properties 2011-09-19
13:48:46 UTC (rev 22725)
+++
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/rich/RichAccordionItemBean.properties 2011-09-19
17:04:58 UTC (rev 22726)
@@ -26,6 +26,7 @@
attr.leftDisabledIcon.chevron=chevron
attr.leftDisabledIcon.chevronUp=chevronUp
attr.leftDisabledIcon.chevronDown=chevronDown
+attr.leftDisabledIcon.transparent=transparent
attr.leftDisabledIcon.triangle=triangle
attr.leftDisabledIcon.triangleUp=triangleUp
attr.leftDisabledIcon.triangleDown=triangleDown
@@ -39,6 +40,7 @@
attr.leftInactiveIcon.chevron=chevron
attr.leftInactiveIcon.chevronUp=chevronUp
attr.leftInactiveIcon.chevronDown=chevronDown
+attr.leftInactiveIcon.transparent=transparent
attr.leftInactiveIcon.triangle=triangle
attr.leftInactiveIcon.triangleUp=triangleUp
attr.leftInactiveIcon.triangleDown=triangleDown
@@ -52,6 +54,7 @@
attr.rightActiveIcon.chevron=chevron
attr.rightActiveIcon.chevronUp=chevronUp
attr.rightActiveIcon.chevronDown=chevronDown
+attr.rightActiveIcon.transparent=transparent
attr.rightActiveIcon.triangle=triangle
attr.rightActiveIcon.triangleUp=triangleUp
attr.rightActiveIcon.triangleDown=triangleDown
@@ -65,6 +68,7 @@
attr.rightDisabledIcon.chevron=chevron
attr.rightDisabledIcon.chevronUp=chevronUp
attr.rightDisabledIcon.chevronDown=chevronDown
+attr.rightDisabledIcon.transparent=transparent
attr.rightDisabledIcon.triangle=triangle
attr.rightDisabledIcon.triangleUp=triangleUp
attr.rightDisabledIcon.triangleDown=triangleDown
@@ -78,6 +82,7 @@
attr.rightInactiveIcon.chevron=chevron
attr.rightInactiveIcon.chevronUp=chevronUp
attr.rightInactiveIcon.chevronDown=chevronDown
+attr.rightInactiveIcon.transparent=transparent
attr.rightInactiveIcon.triangle=triangle
attr.rightInactiveIcon.triangleUp=triangleUp
attr.rightInactiveIcon.triangleDown=triangleDown
Modified:
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/rich/RichPanelMenuBean.properties
===================================================================
---
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/rich/RichPanelMenuBean.properties 2011-09-19
13:48:46 UTC (rev 22725)
+++
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/rich/RichPanelMenuBean.properties 2011-09-19
17:04:58 UTC (rev 22726)
@@ -13,10 +13,11 @@
attr.groupCollapsedLeftIcon.chevron=chevron
attr.groupCollapsedLeftIcon.chevronUp=chevronUp
attr.groupCollapsedLeftIcon.chevronDown=chevronDown
+attr.groupCollapsedLeftIcon.transparent=transparent
attr.groupCollapsedLeftIcon.triangle=triangle
attr.groupCollapsedLeftIcon.triangleUp=triangleUp
attr.groupCollapsedLeftIcon.triangleDown=triangleDown
-attr.groupCollapsedLeftIcon.customURL=/resources/images/loading.gif
+attr.groupCollapsedLeftIcon.star=/resources/images/star.png
attr.groupCollapsedLeftIcon.null=
attr.groupCollapsedRightIcon.grid=grid
@@ -24,10 +25,11 @@
attr.groupCollapsedRightIcon.chevron=chevron
attr.groupCollapsedRightIcon.chevronUp=chevronUp
attr.groupCollapsedRightIcon.chevronDown=chevronDown
+attr.groupCollapsedRightIcon.transparent=transparent
attr.groupCollapsedRightIcon.triangle=triangle
attr.groupCollapsedRightIcon.triangleUp=triangleUp
attr.groupCollapsedRightIcon.triangleDown=triangleDown
-attr.groupCollapsedRightIcon.customURL=/resources/images/loading.gif
+attr.groupCollapsedRightIcon.star=/resources/images/star.png
attr.groupCollapsedRightIcon.null=
attr.groupDisabledLeftIcon.grid=grid
@@ -35,10 +37,11 @@
attr.groupDisabledLeftIcon.chevron=chevron
attr.groupDisabledLeftIcon.chevronUp=chevronUp
attr.groupDisabledLeftIcon.chevronDown=chevronDown
+attr.groupDisabledLeftIcon.transparent=transparent
attr.groupDisabledLeftIcon.triangle=triangle
attr.groupDisabledLeftIcon.triangleUp=triangleUp
attr.groupDisabledLeftIcon.triangleDown=triangleDown
-attr.groupDisabledLeftIcon.customURL=/resources/images/loading.gif
+attr.groupDisabledLeftIcon.star=/resources/images/star.png
attr.groupDisabledLeftIcon.null=
attr.groupDisabledRightIcon.grid=grid
@@ -46,10 +49,11 @@
attr.groupDisabledRightIcon.chevron=chevron
attr.groupDisabledRightIcon.chevronUp=chevronUp
attr.groupDisabledRightIcon.chevronDown=chevronDown
+attr.groupDisabledRightIcon.transparent=transparent
attr.groupDisabledRightIcon.triangle=triangle
attr.groupDisabledRightIcon.triangleUp=triangleUp
attr.groupDisabledRightIcon.triangleDown=triangleDown
-attr.groupDisabledRightIcon.customURL=/resources/images/loading.gif
+attr.groupDisabledRightIcon.star=/resources/images/star.png
attr.groupDisabledRightIcon.null=
attr.groupExpandedLeftIcon.grid=grid
@@ -57,10 +61,11 @@
attr.groupExpandedLeftIcon.chevron=chevron
attr.groupExpandedLeftIcon.chevronUp=chevronUp
attr.groupExpandedLeftIcon.chevronDown=chevronDown
+attr.groupExpandedLeftIcon.transparent=transparent
attr.groupExpandedLeftIcon.triangle=triangle
attr.groupExpandedLeftIcon.triangleUp=triangleUp
attr.groupExpandedLeftIcon.triangleDown=triangleDown
-attr.groupExpandedLeftIcon.customURL=/resources/images/loading.gif
+attr.groupExpandedLeftIcon.star=/resources/images/star.png
attr.groupExpandedLeftIcon.null=
attr.groupExpandedRightIcon.grid=grid
@@ -68,10 +73,11 @@
attr.groupExpandedRightIcon.chevron=chevron
attr.groupExpandedRightIcon.chevronUp=chevronUp
attr.groupExpandedRightIcon.chevronDown=chevronDown
+attr.groupExpandedRightIcon.transparent=transparent
attr.groupExpandedRightIcon.triangle=triangle
attr.groupExpandedRightIcon.triangleUp=triangleUp
attr.groupExpandedRightIcon.triangleDown=triangleDown
-attr.groupExpandedRightIcon.customURL=/resources/images/loading.gif
+attr.groupExpandedRightIcon.star=/resources/images/star.png
attr.groupExpandedRightIcon.null=
attr.itemDisabledLeftIcon.grid=grid
@@ -79,10 +85,11 @@
attr.itemDisabledLeftIcon.chevron=chevron
attr.itemDisabledLeftIcon.chevronUp=chevronUp
attr.itemDisabledLeftIcon.chevronDown=chevronDown
+attr.itemDisabledLeftIcon.transparent=transparent
attr.itemDisabledLeftIcon.triangle=triangle
attr.itemDisabledLeftIcon.triangleUp=triangleUp
attr.itemDisabledLeftIcon.triangleDown=triangleDown
-attr.itemDisabledLeftIcon.customURL=/resources/images/loading.gif
+attr.itemDisabledLeftIcon.star=/resources/images/star.png
attr.itemDisabledLeftIcon.null=
attr.itemDisabledRightIcon.grid=grid
@@ -90,10 +97,11 @@
attr.itemDisabledRightIcon.chevron=chevron
attr.itemDisabledRightIcon.chevronUp=chevronUp
attr.itemDisabledRightIcon.chevronDown=chevronDown
+attr.itemDisabledRightIcon.transparent=transparent
attr.itemDisabledRightIcon.triangle=triangle
attr.itemDisabledRightIcon.triangleUp=triangleUp
attr.itemDisabledRightIcon.triangleDown=triangleDown
-attr.itemDisabledRightIcon.customURL=/resources/images/loading.gif
+attr.itemDisabledRightIcon.star=/resources/images/star.png
attr.itemDisabledRightIcon.null=
attr.itemLeftIcon.grid=grid
@@ -101,10 +109,11 @@
attr.itemLeftIcon.chevron=chevron
attr.itemLeftIcon.chevronUp=chevronUp
attr.itemLeftIcon.chevronDown=chevronDown
+attr.itemLeftIcon.transparent=transparent
attr.itemLeftIcon.triangle=triangle
attr.itemLeftIcon.triangleUp=triangleUp
attr.itemLeftIcon.triangleDown=triangleDown
-attr.itemLeftIcon.customURL=/resources/images/loading.gif
+attr.itemLeftIcon.star=/resources/images/star.png
attr.itemLeftIcon.null=
attr.itemRightIcon.grid=grid
@@ -112,10 +121,11 @@
attr.itemRightIcon.chevron=chevron
attr.itemRightIcon.chevronUp=chevronUp
attr.itemRightIcon.chevronDown=chevronDown
+attr.itemRightIcon.transparent=transparent
attr.itemRightIcon.triangle=triangle
attr.itemRightIcon.triangleUp=triangleUp
attr.itemRightIcon.triangleDown=triangleDown
-attr.itemRightIcon.customURL=/resources/images/loading.gif
+attr.itemRightIcon.star=/resources/images/star.png
attr.itemRightIcon.null=
attr.topGroupCollapsedLeftIcon.grid=grid
@@ -123,22 +133,23 @@
attr.topGroupCollapsedLeftIcon.chevron=chevron
attr.topGroupCollapsedLeftIcon.chevronUp=chevronUp
attr.topGroupCollapsedLeftIcon.chevronDown=chevronDown
+attr.topGroupCollapsedLeftIcon.transparent=transparent
attr.topGroupCollapsedLeftIcon.triangle=triangle
attr.topGroupCollapsedLeftIcon.triangleUp=triangleUp
attr.topGroupCollapsedLeftIcon.triangleDown=triangleDown
-attr.topGroupCollapsedLeftIcon.customURL=/resources/images/loading.gif
+attr.topGroupCollapsedLeftIcon.star=/resources/images/star.png
attr.topGroupCollapsedLeftIcon.null=
attr.topGroupCollapsedRightIcon.grid=grid
attr.topGroupCollapsedRightIcon.disc=disc
attr.topGroupCollapsedRightIcon.chevron=chevron
attr.topGroupCollapsedRightIcon.chevronUp=chevronUp
-attr.topGroupCollapsedRightIcon.chevronUp=chevronUp
attr.topGroupCollapsedRightIcon.chevronDown=chevronDown
+attr.topGroupCollapsedRightIcon.transparent=transparent
attr.topGroupCollapsedRightIcon.triangle=triangle
attr.topGroupCollapsedRightIcon.triangleUp=triangleUp
attr.topGroupCollapsedRightIcon.triangleDown=triangleDown
-attr.topGroupCollapsedRightIcon.customURL=/resources/images/loading.gif
+attr.topGroupCollapsedRightIcon.star=/resources/images/star.png
attr.topGroupCollapsedRightIcon.null=
attr.topGroupDisabledLeftIcon.grid=grid
@@ -146,10 +157,11 @@
attr.topGroupDisabledLeftIcon.chevron=chevron
attr.topGroupDisabledLeftIcon.chevronUp=chevronUp
attr.topGroupDisabledLeftIcon.chevronDown=chevronDown
+attr.topGroupDisabledLeftIcon.transparent=transparent
attr.topGroupDisabledLeftIcon.triangle=triangle
attr.topGroupDisabledLeftIcon.triangleUp=triangleUp
attr.topGroupDisabledLeftIcon.triangleDown=triangleDown
-attr.topGroupDisabledLeftIcon.customURL=/resources/images/loading.gif
+attr.topGroupDisabledLeftIcon.star=/resources/images/star.png
attr.topGroupDisabledLeftIcon.null=
attr.topGroupDisabledRightIcon.grid=grid
@@ -157,10 +169,11 @@
attr.topGroupDisabledRightIcon.chevron=chevron
attr.topGroupDisabledRightIcon.chevronUp=chevronUp
attr.topGroupDisabledRightIcon.chevronDown=chevronDown
+attr.topGroupDisabledRightIcon.transparent=transparent
attr.topGroupDisabledRightIcon.triangle=triangle
attr.topGroupDisabledRightIcon.triangleUp=triangleUp
attr.topGroupDisabledRightIcon.triangleDown=triangleDown
-attr.topGroupDisabledRightIcon.customURL=/resources/images/loading.gif
+attr.topGroupDisabledRightIcon.star=/resources/images/star.png
attr.topGroupDisabledRightIcon.null=
attr.topGroupExpandedLeftIcon.grid=grid
@@ -168,10 +181,11 @@
attr.topGroupExpandedLeftIcon.chevron=chevron
attr.topGroupExpandedLeftIcon.chevronUp=chevronUp
attr.topGroupExpandedLeftIcon.chevronDown=chevronDown
+attr.topGroupExpandedLeftIcon.transparent=transparent
attr.topGroupExpandedLeftIcon.triangle=triangle
attr.topGroupExpandedLeftIcon.triangleUp=triangleUp
attr.topGroupExpandedLeftIcon.triangleDown=triangleDown
-attr.topGroupExpandedLeftIcon.customURL=/resources/images/loading.gif
+attr.topGroupExpandedLeftIcon.star=/resources/images/star.png
attr.topGroupExpandedLeftIcon.null=
attr.topGroupExpandedRightIcon.grid=grid
@@ -179,10 +193,11 @@
attr.topGroupExpandedRightIcon.chevron=chevron
attr.topGroupExpandedRightIcon.chevronUp=chevronUp
attr.topGroupExpandedRightIcon.chevronDown=chevronDown
+attr.topGroupExpandedRightIcon.transparent=transparent
attr.topGroupExpandedRightIcon.triangle=triangle
attr.topGroupExpandedRightIcon.triangleUp=triangleUp
attr.topGroupExpandedRightIcon.triangleDown=triangleDown
-attr.topGroupExpandedRightIcon.customURL=/resources/images/loading.gif
+attr.topGroupExpandedRightIcon.star=/resources/images/star.png
attr.topGroupExpandedRightIcon.null=
attr.topItemDisabledLeftIcon.grid=grid
@@ -190,10 +205,11 @@
attr.topItemDisabledLeftIcon.chevron=chevron
attr.topItemDisabledLeftIcon.chevronUp=chevronUp
attr.topItemDisabledLeftIcon.chevronDown=chevronDown
+attr.topItemDisabledLeftIcon.transparent=transparent
attr.topItemDisabledLeftIcon.triangle=triangle
attr.topItemDisabledLeftIcon.triangleUp=triangleUp
attr.topItemDisabledLeftIcon.triangleDown=triangleDown
-attr.topItemDisabledLeftIcon.customURL=/resources/images/loading.gif
+attr.topItemDisabledLeftIcon.star=/resources/images/star.png
attr.topItemDisabledLeftIcon.null=
attr.topItemDisabledRightIcon.grid=grid
@@ -201,10 +217,11 @@
attr.topItemDisabledRightIcon.chevron=chevron
attr.topItemDisabledRightIcon.chevronUp=chevronUp
attr.topItemDisabledRightIcon.chevronDown=chevronDown
+attr.topItemDisabledRightIcon.transparent=transparent
attr.topItemDisabledRightIcon.triangle=triangle
attr.topItemDisabledRightIcon.triangleUp=triangleUp
attr.topItemDisabledRightIcon.triangleDown=triangleDown
-attr.topItemDisabledRightIcon.customURL=/resources/images/loading.gif
+attr.topItemDisabledRightIcon.star=/resources/images/star.png
attr.topItemDisabledRightIcon.null=
attr.topItemLeftIcon.grid=grid
@@ -212,10 +229,12 @@
attr.topItemLeftIcon.chevron=chevron
attr.topItemLeftIcon.chevronUp=chevronUp
attr.topItemLeftIcon.chevronDown=chevronDown
+attr.topItemLeftIcon.nonexisting=nonexisting
+attr.topItemLeftIcon.transparent=transparent
attr.topItemLeftIcon.triangle=triangle
attr.topItemLeftIcon.triangleUp=triangleUp
attr.topItemLeftIcon.triangleDown=triangleDown
-attr.topItemLeftIcon.customURL=/resources/images/loading.gif
+attr.topItemLeftIcon.star=/resources/images/star.png
attr.topItemLeftIcon.null=
attr.topItemRightIcon.grid=grid
@@ -223,8 +242,9 @@
attr.topItemRightIcon.chevron=chevron
attr.topItemRightIcon.chevronUp=chevronUp
attr.topItemRightIcon.chevronDown=chevronDown
+attr.topItemRightIcon.transparent=transparent
attr.topItemRightIcon.triangle=triangle
attr.topItemRightIcon.triangleUp=triangleUp
attr.topItemRightIcon.triangleDown=triangleDown
-attr.topItemRightIcon.customURL=/resources/images/loading.gif
+attr.topItemRightIcon.star=/resources/images/star.png
attr.topItemRightIcon.null=
\ No newline at end of file
Modified:
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/rich/RichPanelMenuGroupBean.properties
===================================================================
---
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/rich/RichPanelMenuGroupBean.properties 2011-09-19
13:48:46 UTC (rev 22725)
+++
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/rich/RichPanelMenuGroupBean.properties 2011-09-19
17:04:58 UTC (rev 22726)
@@ -19,6 +19,7 @@
attr.leftExpandedIcon.chevron=chevron
attr.leftExpandedIcon.chevronUp=chevronUp
attr.leftExpandedIcon.chevronDown=chevronDown
+attr.leftExpandedIcon.transparent=transparent
attr.leftExpandedIcon.triangle=triangle
attr.leftExpandedIcon.triangleUp=triangleUp
attr.leftExpandedIcon.triangleDown=triangleDown
@@ -30,6 +31,7 @@
attr.leftDisabledIcon.chevron=chevron
attr.leftDisabledIcon.chevronUp=chevronUp
attr.leftDisabledIcon.chevronDown=chevronDown
+attr.leftDisabledIcon.transparent=transparent
attr.leftDisabledIcon.triangle=triangle
attr.leftDisabledIcon.triangleUp=triangleUp
attr.leftDisabledIcon.triangleDown=triangleDown
@@ -52,6 +54,7 @@
attr.rightExpandedIcon.chevron=chevron
attr.rightExpandedIcon.chevronUp=chevronUp
attr.rightExpandedIcon.chevronDown=chevronDown
+attr.rightExpandedIcon.transparent=transparent
attr.rightExpandedIcon.triangle=triangle
attr.rightExpandedIcon.triangleUp=triangleUp
attr.rightExpandedIcon.triangleDown=triangleDown
@@ -63,6 +66,7 @@
attr.rightDisabledIcon.chevron=chevron
attr.rightDisabledIcon.chevronUp=chevronUp
attr.rightDisabledIcon.chevronDown=chevronDown
+attr.rightDisabledIcon.transparent=transparent
attr.rightDisabledIcon.triangle=triangle
attr.rightDisabledIcon.triangleUp=triangleUp
attr.rightDisabledIcon.triangleDown=triangleDown
Modified:
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/rich/RichPanelMenuItemBean.properties
===================================================================
---
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/rich/RichPanelMenuItemBean.properties 2011-09-19
13:48:46 UTC (rev 22725)
+++
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/rich/RichPanelMenuItemBean.properties 2011-09-19
17:04:58 UTC (rev 22726)
@@ -8,6 +8,7 @@
attr.leftIcon.chevron=chevron
attr.leftIcon.chevronUp=chevronUp
attr.leftIcon.chevronDown=chevronDown
+attr.leftIcon.transparent=transparent
attr.leftIcon.triangle=triangle
attr.leftIcon.triangleUp=triangleUp
attr.leftIcon.triangleDown=triangleDown
@@ -19,6 +20,7 @@
attr.leftDisabledIcon.chevron=chevron
attr.leftDisabledIcon.chevronUp=chevronUp
attr.leftDisabledIcon.chevronDown=chevronDown
+attr.leftDisabledIcon.transparent=transparent
attr.leftDisabledIcon.triangle=triangle
attr.leftDisabledIcon.triangleUp=triangleUp
attr.leftDisabledIcon.triangleDown=triangleDown
@@ -30,6 +32,7 @@
attr.rightIcon.chevron=chevron
attr.rightIcon.chevronUp=chevronUp
attr.rightIcon.chevronDown=chevronDown
+attr.rightIcon.transparent=transparent
attr.rightIcon.triangle=triangle
attr.rightIcon.triangleUp=triangleUp
attr.rightIcon.triangleDown=triangleDown
@@ -41,6 +44,7 @@
attr.rightDisabledIcon.chevron=chevron
attr.rightDisabledIcon.chevronUp=chevronUp
attr.rightDisabledIcon.chevronDown=chevronDown
+attr.rightDisabledIcon.transparent=transparent
attr.rightDisabledIcon.triangle=triangle
attr.rightDisabledIcon.triangleUp=triangleUp
attr.rightDisabledIcon.triangleDown=triangleDown