Re: Modify items in quickview?

2014-10-31 Thread vineet semwal
hi, actually your workaround is the right way.there is no setter method for dataprovider in quickview. even in dataview there is none.this is to depict dataprovider can only be provided at construction time either by providing it in constructor or by overriding getter for dataprovider.. actually

Modify items in quickview?

2014-10-30 Thread Boris Goldowsky
How would you set things up to have the best of both worlds with a QuickView? I need to have (a) a button like an AjaxItemsNavigator that adds additional elements to the QuickView without repainting the entire view, AND (b) some AJAX operations that change the entire content of the QuickView –

Re: Modify items in quickview?

2014-10-30 Thread Paul Bors
Are you talking about this QuickView? https://github.com/vineetsemwal/quickview On Thu, Oct 30, 2014 at 1:16 PM, Boris Goldowsky bgoldow...@cast.org wrote: How would you set things up to have the best of both worlds with a QuickView? I need to have (a) a button like an AjaxItemsNavigator

Re: Modify items in quickview?

2014-10-30 Thread Boris Goldowsky
Yes, that one. For now, I am just replacing the QuickView with a newly-instantiated one, which does work around the problem. Boris On 10/30/14, 4:26 PM, Paul Bors p...@bors.ws wrote: Are you talking about this QuickView? https://github.com/vineetsemwal/quickview On Thu, Oct 30, 2014 at