Author: nbelaevski
Date: 2009-03-10 15:51:56 -0400 (Tue, 10 Mar 2009)
New Revision: 12912
Modified:
trunk/ui/tree/src/main/templates/htmlTree.jspx
trunk/ui/tree/src/main/templates/htmlTreeNode.jspx
Log:
https://jira.jboss.org/jira/browse/RF-3713
Modified: trunk/ui/tree/src/main/templates/htmlTree.jspx
===================================================================
--- trunk/ui/tree/src/main/templates/htmlTree.jspx 2009-03-10 19:40:30 UTC (rev 12911)
+++ trunk/ui/tree/src/main/templates/htmlTree.jspx 2009-03-10 19:51:56 UTC (rev 12912)
@@ -35,16 +35,12 @@
</jsp:scriptlet>
<div id="#{clientId}"
- style="#{component.attributes['style']}" class="dr-tree
rich-tree #{component.attributes['styleClass']}">
+ style="#{component.attributes['style']}" class="dr-tree
rich-tree #{component.attributes['styleClass']}"
x:passThruWithExclusions="id,style,class,styleClass,rows">
<f:call name="encodeAttributeParameters" />
<f:call name="writeNamespace" />
- <f:call name="utils.encodePassThruWithExclusions">
- <f:parameter value="id,style,class,rows"/>
- </f:call>
-
<vcp:body />
<f:call name="encodeSelectionStateInput" />
Modified: trunk/ui/tree/src/main/templates/htmlTreeNode.jspx
===================================================================
--- trunk/ui/tree/src/main/templates/htmlTreeNode.jspx 2009-03-10 19:40:30 UTC (rev
12911)
+++ trunk/ui/tree/src/main/templates/htmlTreeNode.jspx 2009-03-10 19:51:56 UTC (rev
12912)
@@ -36,12 +36,9 @@
<table border="0" cellpadding="0" cellspacing="0"
id="#{clientId}" class="dr-tree-full-width rich-tree-node">
<tbody>
- <tr id="#{clientId}:mainRow"
onclick="#{component.attributes['onclick']} #{!leaf ?
this:getToggleScript(context, component, 'mainRow') : ''}" >
+ <tr id="#{clientId}:mainRow"
onclick="#{component.attributes['onclick']} #{!leaf ?
this:getToggleScript(context, component, 'mainRow') : ''}"
x:passThruWithExclusions="id,onclick">
<f:call name="encodeAttributeParameters" />
- <f:call name="utils.encodePassThruWithExclusions">
- <f:parameter value="id,onclick"/>
- </f:call>
<td class="dr-tree-h-ic rich-tree-node-handleicon #{line}"
id="#{clientId}:handles">
<jsp:scriptlet>
<![CDATA[