Author: jjamrich
Date: 2012-01-18 10:21:22 -0500 (Wed, 18 Jan 2012)
New Revision: 23162
Modified:
modules/tests/metamer/branches/contextMenu/application/src/main/webapp/components/richContextMenu/simple.xhtml
Log:
RF-10197: fix attr value set in rich:contextMenu
Fix value set for @style and @ondblclick
Modified:
modules/tests/metamer/branches/contextMenu/application/src/main/webapp/components/richContextMenu/simple.xhtml
===================================================================
---
modules/tests/metamer/branches/contextMenu/application/src/main/webapp/components/richContextMenu/simple.xhtml 2012-01-18
15:21:10 UTC (rev 23161)
+++
modules/tests/metamer/branches/contextMenu/application/src/main/webapp/components/richContextMenu/simple.xhtml 2012-01-18
15:21:22 UTC (rev 23162)
@@ -53,7 +53,7 @@
lang="#{richContextMenuBean.attributes['lang'].value}"
mode="#{richContextMenuBean.attributes['mode'].value}"
onclick="#{richContextMenuBean.attributes['onclick'].value}"
-
ondblclick="#{richContextMenuBean.attributes[''].value}"
+
ondblclick="#{richContextMenuBean.attributes['ondblclick'].value}"
ongrouphide="#{richContextMenuBean.attributes['ongrouphide'].value}"
ongroupshow="#{richContextMenuBean.attributes['ongroupshow'].value}"
onhide="#{richContextMenuBean.attributes['onhide'].value}"
@@ -71,7 +71,7 @@
rendered="#{richContextMenuBean.attributes['rendered'].value}"
showDelay="#{richContextMenuBean.attributes['showDelay'].value}"
showEvent="#{richContextMenuBean.attributes['showEvent'].value}"
-
style="#{richContextMenuBean.attributes['showEvent'].value}"
+
style="#{richContextMenuBean.attributes['style'].value}"
styleClass="#{richContextMenuBean.attributes['styleClass'].value}"
title="#{richContextMenuBean.attributes['title'].value}"
verticalOffset="#{richContextMenuBean.attributes['verticalOffset'].value}"
Show replies by date