[richfaces-svn-commits] JBoss Rich Faces SVN: r14335 - in branches/community/3.3.X/ui/tooltip/src/main: templates/org/richfaces and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue May 26 09:51:29 EDT 2009


Author: pyaschenko
Date: 2009-05-26 09:51:29 -0400 (Tue, 26 May 2009)
New Revision: 14335

Modified:
   branches/community/3.3.X/ui/tooltip/src/main/resources/org/richfaces/renderkit/html/css/tooltip.xcss
   branches/community/3.3.X/ui/tooltip/src/main/templates/org/richfaces/htmltooltip.jspx
   branches/community/3.3.X/ui/tooltip/src/main/templates/org/richfaces/htmltooltipblock.jspx
Log:
https://jira.jboss.org/jira/browse/RF-7223

Modified: branches/community/3.3.X/ui/tooltip/src/main/resources/org/richfaces/renderkit/html/css/tooltip.xcss
===================================================================
--- branches/community/3.3.X/ui/tooltip/src/main/resources/org/richfaces/renderkit/html/css/tooltip.xcss	2009-05-26 13:47:12 UTC (rev 14334)
+++ branches/community/3.3.X/ui/tooltip/src/main/resources/org/richfaces/renderkit/html/css/tooltip.xcss	2009-05-26 13:51:29 UTC (rev 14335)
@@ -5,7 +5,7 @@
    	xmlns="http://www.w3.org/1999/xhtml">	
 
 
-	<u:selector name=".dr-rich-tool-tip">
+	<u:selector name=".rich-tool-tip">
 		<u:style name="background-color" skin="tipBackgroundColor"/> 
 		<u:style name="padding" value="7px"/>
 		<u:style name="border" value="1px solid"/>

Modified: branches/community/3.3.X/ui/tooltip/src/main/templates/org/richfaces/htmltooltip.jspx
===================================================================
--- branches/community/3.3.X/ui/tooltip/src/main/templates/org/richfaces/htmltooltip.jspx	2009-05-26 13:47:12 UTC (rev 14334)
+++ branches/community/3.3.X/ui/tooltip/src/main/templates/org/richfaces/htmltooltip.jspx	2009-05-26 13:51:29 UTC (rev 14335)
@@ -13,7 +13,7 @@
 		
 	<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']}">
+			class="rich-tool-tip #{component.attributes['styleClass']}">
 		<f:call name="utils.encodePassThruWithExclusions">
 				<f:parameter value="id,style,class,disabled" />
 			</f:call>

Modified: branches/community/3.3.X/ui/tooltip/src/main/templates/org/richfaces/htmltooltipblock.jspx
===================================================================
--- branches/community/3.3.X/ui/tooltip/src/main/templates/org/richfaces/htmltooltipblock.jspx	2009-05-26 13:47:12 UTC (rev 14334)
+++ branches/community/3.3.X/ui/tooltip/src/main/templates/org/richfaces/htmltooltipblock.jspx	2009-05-26 13:51:29 UTC (rev 14335)
@@ -12,7 +12,7 @@
 		component="org.richfaces.component.UIToolTip" >
 		
 	<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']}">
+		<div id="#{clientId}" style="position: absolute; display : none;z-index:#{component.attributes['zorder']}; #{component.attributes['style']}" class="rich-tool-tip #{component.attributes['styleClass']}">
 			<f:call name="utils.encodePassThru" />
 			 <jsp:scriptlet>
 				<![CDATA[if("ajax".equals(component.getMode()) && component.getFacet("defaultContent")!=null) {]]>




More information about the richfaces-svn-commits mailing list