[richfaces-svn-commits] JBoss Rich Faces SVN: r2352 - trunk/ui/drag-drop/src/main/templates/org/richfaces.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Aug 20 13:07:10 EDT 2007
Author: nbelaevski
Date: 2007-08-20 13:07:10 -0400 (Mon, 20 Aug 2007)
New Revision: 2352
Modified:
trunk/ui/drag-drop/src/main/templates/org/richfaces/htmlDragIndicator.jspx
Log:
http://jira.jboss.com/jira/browse/RF-595 fixed
Modified: trunk/ui/drag-drop/src/main/templates/org/richfaces/htmlDragIndicator.jspx
===================================================================
--- trunk/ui/drag-drop/src/main/templates/org/richfaces/htmlDragIndicator.jspx 2007-08-20 15:17:50 UTC (rev 2351)
+++ trunk/ui/drag-drop/src/main/templates/org/richfaces/htmlDragIndicator.jspx 2007-08-20 17:07:10 UTC (rev 2352)
@@ -29,15 +29,11 @@
<f:call name="encodeDnDParams" />
<script type="text/javascript">
- /*<![CDATA[*/
var elt = $("#{clientId}");
elt.markers = {};
elt.indicatorTemplates = {};
- /*]]>*/
<f:call name="encodeChildScripts" />
- /*<![CDATA[*/
createDragIndicator(elt, '#{component.attributes["acceptClass"]}', '#{component.attributes["rejectClass"]}');
- /*]]>*/
</script>
<vcp:body />
</div>
More information about the richfaces-svn-commits
mailing list