Author: nbelaevski
Date: 2008-08-26 13:40:27 -0400 (Tue, 26 Aug 2008)
New Revision: 10199
Modified:
trunk/ui/tree/src/main/resources/org/richfaces/renderkit/html/css/tree.xcss
trunk/ui/tree/src/main/templates/htmlTree.jspx
Log:
Script DIV made invisible in tree
Modified: trunk/ui/tree/src/main/resources/org/richfaces/renderkit/html/css/tree.xcss
===================================================================
--- trunk/ui/tree/src/main/resources/org/richfaces/renderkit/html/css/tree.xcss 2008-08-26
16:14:08 UTC (rev 10198)
+++ trunk/ui/tree/src/main/resources/org/richfaces/renderkit/html/css/tree.xcss 2008-08-26
17:40:27 UTC (rev 10199)
@@ -15,7 +15,7 @@
zoom: 1;
}
-.dr-tree-h-input {
+.dr-tree-h-input, .dr-tree-h-script {
display: none;
}
Modified: trunk/ui/tree/src/main/templates/htmlTree.jspx
===================================================================
--- trunk/ui/tree/src/main/templates/htmlTree.jspx 2008-08-26 16:14:08 UTC (rev 10198)
+++ trunk/ui/tree/src/main/templates/htmlTree.jspx 2008-08-26 17:40:27 UTC (rev 10199)
@@ -65,7 +65,7 @@
);
#{this:getScriptContributions(context, component)}
</script>
- <div id="#{clientId}:script">
+ <div id="#{clientId}:script" class="dr-tree-h-script">
<script type="text/javascript">
</script>
</div>
Show replies by date