Author: nbelaevski
Date: 2008-08-21 20:37:07 -0400 (Thu, 21 Aug 2008)
New Revision: 10174
Modified:
trunk/ui/tooltip/src/main/templates/org/richfaces/htmltooltip.jspx
trunk/ui/tooltip/src/main/templates/org/richfaces/htmltooltipblock.jspx
Log:
https://jira.jboss.org/jira/browse/RF-4267
Modified: trunk/ui/tooltip/src/main/templates/org/richfaces/htmltooltip.jspx
===================================================================
--- trunk/ui/tooltip/src/main/templates/org/richfaces/htmltooltip.jspx 2008-08-21 22:06:43
UTC (rev 10173)
+++ trunk/ui/tooltip/src/main/templates/org/richfaces/htmltooltip.jspx 2008-08-22 00:37:07
UTC (rev 10174)
@@ -11,16 +11,6 @@
baseclass="org.richfaces.renderkit.html.ToolTipRenderer"
component="org.richfaces.component.UIToolTip" >
- <!-- h:styles>
- /org/richfaces/renderkit/html/css/tooltip.xcss
- </h:styles>
- <h:scripts>
- new org.ajax4jsf.framework.resource.PrototypeScript(),
- new org.ajax4jsf.framework.ajax.AjaxScript(),
- /org/richfaces/renderkit/html/scripts/utils.js,
- /org/richfaces/renderkit/html/scripts/tooltip.js
- </h:scripts-->
-
<f:clientid var="clientId"/>
<span id="#{clientId}"
style="z-index:#{component.attributes['zorder']};
#{component.attributes['style']}"
class="dr-rich-tool-tip rich-tool-tip
#{component.attributes['styleClass']}">
@@ -45,9 +35,4 @@
<f:call name="insertScript"/>
</span>
</span>
-
-
-
-
- <!-- f:call name="utils.encodeEndFormIfNessesary"/-->
</f:root>
Modified: trunk/ui/tooltip/src/main/templates/org/richfaces/htmltooltipblock.jspx
===================================================================
--- trunk/ui/tooltip/src/main/templates/org/richfaces/htmltooltipblock.jspx 2008-08-21
22:06:43 UTC (rev 10173)
+++ trunk/ui/tooltip/src/main/templates/org/richfaces/htmltooltipblock.jspx 2008-08-22
00:37:07 UTC (rev 10174)
@@ -11,16 +11,6 @@
baseclass="org.richfaces.renderkit.html.ToolTipRenderer"
component="org.richfaces.component.UIToolTip" >
- <!-- h:styles>
- /org/richfaces/renderkit/html/css/tooltip.xcss
- </h:styles>
- <h:scripts>
- new org.ajax4jsf.framework.resource.PrototypeScript(),
- new org.ajax4jsf.framework.ajax.AjaxScript(),
- /org/richfaces/renderkit/html/scripts/utils.js,
- /org/richfaces/renderkit/html/scripts/tooltip.js
- </h:scripts-->
-
<f:clientid var="clientId"/>
<div id="#{clientId}" style="position: absolute; display :
none;z-index:#{component.attributes['zorder']};
#{component.attributes['style']}" class="dr-rich-tool-tip rich-tool-tip
#{component.attributes['styleClass']}">
<f:call name="utils.encodePassThru" />
@@ -42,5 +32,4 @@
<f:call name="insertScript"/>
</span>
</div>
- <!-- f:call name="utils.encodeEndFormIfNessesary"/-->
</f:root>