Re: Load table rows lazy when click browser scrollbar

2012-10-26 Thread vineet semwal
that limitation i described earlier is only in the case of Reuse.ITEMSNAVIGATION and Reuse.ALL ie. only in the case where you want to add new items/rows without re-rendering the parent/quickview ,anyway this is not what you are asking. looks like the html you posted didn't pass through in the mail

Re: Load table rows lazy when click browser scrollbar

2012-10-26 Thread steven.li
Yes, I can find a workround for this limit. but met into another one, in my case, each row contains multiple, and under , there are label, span. seems it doesn't work well if is wrapped by . see attached zip file, If I remove the , it works fine in IE. but failed to reload next page

Re: Load table rows lazy when click browser scrollbar

2012-10-25 Thread vineet semwal
hi, quickview's immediate parent can have only one child and that can only be quickview.i have mentioned this issue in the below link https://github.com/vineetsemwal/quickview/issues/3 this limitation is only for the immediate parent . On Fri, Oct 26, 2012 at 10:32 AM, steven.li wrote: >

Re: Load table rows lazy when click browser scrollbar

2012-10-22 Thread vineet semwal
i have fixed that and tested it in IE8,firefox,chrome,i have created a new tag 1.5.8.2 for this.you can download it from the below link https://github.com/vineetsemwal/quickview/tags On Mon, Oct 22, 2012 at 5:39 PM, vineet semwal wrote: > hi, > i tested successfully on chrome/firefox , i don't ha

Re: Load table rows lazy when click browser scrollbar

2012-10-22 Thread vineet semwal
hi, i tested successfully on chrome/firefox , i don't have IE8 on my system so didn't test,might be a bug in IE8,it might work in IE9 .. but i will improve it later today so that it will work on IE8 too.. On Mon, Oct 22, 2012 at 3:51 PM, steven.li wrote: > I have run the demo application, found

Re: Load table rows lazy when click browser scrollbar

2012-10-22 Thread steven.li
I have run the demo application, found that, the "Scroll on Page" link only show 13 rows result without go to next page when i pull down the page scroll bar. I test it on IE8. do you have the same issue ? Thanks. - Steven Li Skyworthglobal www.skyworthglobal.com -- View this message in

Re: Load table rows lazy when click browser scrollbar

2012-10-19 Thread vineet semwal
you are welcome.. sorry for the delay ,i made some improvements in the internal in last few days. i have also added the scroll behaviors for 1.5 today and their corresponding examples.i have created new tags 1.5.8.1 and 6.1.1 today. you can download from the below link https://github.com/vineetsemw

Re: Load table rows lazy when click browser scrollbar

2012-10-16 Thread vineet semwal
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 wrote: > yes. I followed that try to wrap a AjaxPageScro

Re: Load table rows lazy when click browser scrollbar

2012-10-15 Thread Martin Grigorov
Hi, quickview6 is for Wicket 6. https://github.com/vineetsemwal/quickview/tree/wicket-quickview-1.5.x is for Wicket 1.5.x On Tue, Oct 16, 2012 at 4:05 AM, steven.li wrote: > do you have a sample how to create the "decorator in 1.5" ? > > I tried to run the quickview6.0 in wicket 1.5, the problem

Re: Load table rows lazy when click browser scrollbar

2012-10-15 Thread vineet semwal
that AjaxPageScrollEventBehavior is equal to AjaxEventBehavior("onscroll"){ public void onevent(AjaxRequestTarget target){ quickView.addItemsForNextPage(); } } so all the work is basically done by quickview ,the only useful thing that behavior provides is javascript which only lets server re