|
From: <vla...@us...> - 2008-12-23 15:22:15
|
Revision: 924
http://equanda.svn.sourceforge.net/equanda/?rev=924&view=rev
Author: vladimirt
Date: 2008-12-23 15:22:11 +0000 (Tue, 23 Dec 2008)
Log Message:
-----------
EQ-270 - JSPagedLoop component is too slow
Modified Paths:
--------------
trunk/equanda-tapestry5/src/main/resources/org/equanda/tapestry5/components/JSPagedLoop.tml
Modified: trunk/equanda-tapestry5/src/main/resources/org/equanda/tapestry5/components/JSPagedLoop.tml
===================================================================
--- trunk/equanda-tapestry5/src/main/resources/org/equanda/tapestry5/components/JSPagedLoop.tml 2008-12-23 15:13:11 UTC (rev 923)
+++ trunk/equanda-tapestry5/src/main/resources/org/equanda/tapestry5/components/JSPagedLoop.tml 2008-12-23 15:22:11 UTC (rev 924)
@@ -1,6 +1,6 @@
<t:container xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
- <t:loop t:id="loop" source="pagedSource" index="index">
+ <t:loop t:id="loop" source="pagedSource">
<div id="${currentRowId}" class="eqplr_${fixedClientId} eqJSPL" style="${displayStyle}">
<t:body />
</div>
@@ -23,7 +23,7 @@
<t:delegate t:to="bottomBlock" />
</div>
- <div class="eqplal_${fixedClientId}">
+ <div class="eqplal_${fixedClientId}" style="display:none;">
<a href="javascript:;" onclick="eqJsplA( eqJsplC.${fixedClientId} )">${addRowLinkTitle}</a>
</div>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|