Author: ochikvina
Date: 2009-06-16 11:26:18 -0400 (Tue, 16 Jun 2009)
New Revision: 14624
Modified:
branches/community/3.3.X/ui/drag-drop/src/main/config/component/dragIndicator.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes
descriptions;
Modified:
branches/community/3.3.X/ui/drag-drop/src/main/config/component/dragIndicator.xml
===================================================================
---
branches/community/3.3.X/ui/drag-drop/src/main/config/component/dragIndicator.xml 2009-06-16
15:25:49 UTC (rev 14623)
+++
branches/community/3.3.X/ui/drag-drop/src/main/config/component/dragIndicator.xml 2009-06-16
15:26:18 UTC (rev 14624)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
"http://labs.jboss.com/jbossrichfaces/component-config.dtd
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
"http://labs.jboss.com/jbossrichfaces/component-config.dtd
">
<components>
@@ -38,17 +38,17 @@
<property>
<name>styleClass</name>
<classname>java.lang.String</classname>
- <description>Corresponds to the HTML class
attribute</description>
+ <description>Assigns one or more CSS class names to the component.
Corresponds to the HTML "class" attribute.</description>
</property>
<property>
<name>acceptClass</name>
<classname>java.lang.String</classname>
- <description>Corresponds to the HTML class attribute and
added to an indicator when a drop is accepted</description>
+ <description>Assigns one or more CSS class names to the
indicator which are applied when a drop is accepted</description>
</property>
<property>
<name>rejectClass</name>
<classname>java.lang.String</classname>
- <description>Corresponds to the HTML class attribute and
added to an indicator when a drop is rejected</description>
+ <description>Assigns one or more CSS class names to the
indicator which are applied when a drop is rejected</description>
</property>
</component>
</components>