Author: d.bulahov
Date: 2007-03-13 06:29:46 -0400 (Tue, 13 Mar 2007)
New Revision: 51
Modified:
trunk/richfaces/drag-drop/src/main/templates/org/richfaces/htmlDragIndicator.jspx
Log:
RFA-303 fixed
Modified:
trunk/richfaces/drag-drop/src/main/templates/org/richfaces/htmlDragIndicator.jspx
===================================================================
---
trunk/richfaces/drag-drop/src/main/templates/org/richfaces/htmlDragIndicator.jspx 2007-03-13
10:05:46 UTC (rev 50)
+++
trunk/richfaces/drag-drop/src/main/templates/org/richfaces/htmlDragIndicator.jspx 2007-03-13
10:29:46 UTC (rev 51)
@@ -22,12 +22,15 @@
<div id="#{clientId}" class="drgind_fly drgind_default drag_indicator
#{component.attributes['styleClass']}" style="display: none;
#{component.attributes['style']}">
<script type="text/javascript">
+ //<![CDATA[
var elt = $("#{clientId}");
elt.markers = {};
elt.indicatorTemplates = {};
-
+ //]]>
<f:call name="encodeChildScripts" />
+ //<![CDATA[
createDragIndicator(elt);
+ //]]>
</script>
<vcp:body />
</div>
Show replies by date