Author: lfryc(a)redhat.com
Date: 2011-02-05 09:58:29 -0500 (Sat, 05 Feb 2011)
New Revision: 21483
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richTree/simple.xhtml
Log:
rich:treeNode - type in name of @onmouseup (RF-10408)
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richTree/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richTree/simple.xhtml 2011-02-05
14:51:17 UTC (rev 21482)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richTree/simple.xhtml 2011-02-05
14:58:29 UTC (rev 21483)
@@ -119,7 +119,7 @@
onmousemove="#{richTreeNodeBean.attributes[0]['onmousemove'].value}"
onmouseout="#{richTreeNodeBean.attributes[0]['onmouseout'].value}"
onmouseover="#{richTreeNodeBean.attributes[0]['onmouseover'].value}"
- onomouseup="#{richTreeNodeBean.attributes[0]['onomouseup'].value}"
+ onmouseup="#{richTreeNodeBean.attributes[0]['onmouseup'].value}"
ontoggle="#{richTreeNodeBean.attributes[0]['ontoggle'].value}"
rendered="#{richTreeNodeBean.attributes[0]['rendered'].value}"
style="#{richTreeNodeBean.attributes[0]['style'].value}"
@@ -154,7 +154,7 @@
onmousemove="#{richTreeNodeBean.attributes[1]['onmousemove'].value}"
onmouseout="#{richTreeNodeBean.attributes[1]['onmouseout'].value}"
onmouseover="#{richTreeNodeBean.attributes[1]['onmouseover'].value}"
- onomouseup="#{richTreeNodeBean.attributes[1]['onomouseup'].value}"
+ onmouseup="#{richTreeNodeBean.attributes[0]['onmouseup'].value}"
ontoggle="#{richTreeNodeBean.attributes[1]['ontoggle'].value}"
rendered="#{richTreeNodeBean.attributes[1]['rendered'].value}"
style="#{richTreeNodeBean.attributes[1]['style'].value}"
@@ -190,7 +190,7 @@
onmousemove="#{richTreeNodeBean.attributes[2]['onmousemove'].value}"
onmouseout="#{richTreeNodeBean.attributes[2]['onmouseout'].value}"
onmouseover="#{richTreeNodeBean.attributes[2]['onmouseover'].value}"
- onomouseup="#{richTreeNodeBean.attributes[2]['onomouseup'].value}"
+ onmouseup="#{richTreeNodeBean.attributes[0]['onmouseup'].value}"
ontoggle="#{richTreeNodeBean.attributes[2]['ontoggle'].value}"
rendered="#{richTreeNodeBean.attributes[2]['rendered'].value}"
style="#{richTreeNodeBean.attributes[2]['style'].value}"
Show replies by date