Author: konstantin.mishin
Date: 2011-01-27 13:56:39 -0500 (Thu, 27 Jan 2011)
New Revision: 21293
Added:
trunk/ui/output/ui/src/main/resources/META-INF/cdk/
trunk/ui/output/ui/src/main/resources/META-INF/cdk/attributes/
trunk/ui/output/ui/src/main/resources/META-INF/cdk/attributes/tooltip-props.xml
Modified:
trunk/ui/output/ui/src/main/java/org/richfaces/component/AbstractTooltip.java
Log:
RF-10333
Modified: trunk/ui/output/ui/src/main/java/org/richfaces/component/AbstractTooltip.java
===================================================================
---
trunk/ui/output/ui/src/main/java/org/richfaces/component/AbstractTooltip.java 2011-01-27
18:51:42 UTC (rev 21292)
+++
trunk/ui/output/ui/src/main/java/org/richfaces/component/AbstractTooltip.java 2011-01-27
18:56:39 UTC (rev 21293)
@@ -47,7 +47,7 @@
* @since 2010-10-24
*/
@JsfComponent(tag = @Tag(type = TagType.Facelets),
- renderer = @JsfRenderer(type = "org.richfaces.TooltipRenderer"),
attributes = {"ajax-props.xml"})
+ renderer = @JsfRenderer(type = "org.richfaces.TooltipRenderer"),
attributes = {"tooltip-props.xml", "ajax-props.xml"})
public abstract class AbstractTooltip extends AbstractDivPanel implements
MetaComponentResolver, MetaComponentEncoder {
public static final String COMPONENT_TYPE = "org.richfaces.Tooltip";
Added: trunk/ui/output/ui/src/main/resources/META-INF/cdk/attributes/tooltip-props.xml
===================================================================
--- trunk/ui/output/ui/src/main/resources/META-INF/cdk/attributes/tooltip-props.xml
(rev 0)
+++
trunk/ui/output/ui/src/main/resources/META-INF/cdk/attributes/tooltip-props.xml 2011-01-27
18:56:39 UTC (rev 21293)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- JBoss, Home of Professional Open Source Copyright ${year}, Red Hat,
+ Inc. and individual contributors by the @authors tag. See the copyright.txt
+ in the distribution for a full listing of individual contributors. This is
+ free software; you can redistribute it and/or modify it under the terms of
+ the GNU Lesser General Public License as published by the Free Software Foundation;
+ either version 2.1 of the License, or (at your option) any later version.
+ This software is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ details. You should have received a copy of the GNU Lesser General Public
+ License along with this software; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the
+ FSF site:
http://www.fsf.org. -->
+<cdk:properties
xmlns:xi="http://www.w3.org/2001/XInclude"
+
xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions"
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
+ <property>
+ <property-name>execute</property-name>
+ <property-class>java.lang.Object</property-class>
+ <property-extension>
+ <cdk:hidden>true</cdk:hidden>
+ </property-extension>
+ </property>
+</cdk:properties>