hi !
i have made some improvements in quickview in last 2 days,i am writing  tests
for them,after that i will add AjaxPageScrollEventBehavior for 1.5 branch,i will
 send you a notification here..


On Tue, Oct 16, 2012 at 11:35 AM, steven.li
<steven...@skyworthglobal.com> wrote:
> yes. I followed that try to wrap a AjaxPageScrollEventBehavior for wicket
> 1.5.
>
> I added below method into the AjaxPageScrollEventBehavior  :
>
>         @Override
>         protected CharSequence getPreconditionScript() {
>                 String call=RepeaterUtil.get().isPageScrollBarAtBottom();
>         return "return "+ call;
>         }
>
>
> however, it only staticlly show the first 14 rows, the page scrollbar at
> bottom event cannot be triggered.
>
> please help on how to get the "PageScrollBar" sample works in 1.5.
>
> Thanks very much!
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Load-table-rows-lazy-when-click-browser-scrollbar-tp4652541p4652993.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
regards,

Vineet Semwal

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to