Hi,
On a categorized web view, is it possible to stop the category from collapsing if aonther category is opened as it is done in notes client.
If this is possible then can i trap all the document ids selected documents in the embededded view using $selectdoc field even though in web view you move to other category or to next page also.
kind regards,
bharat vats
Subject: Stop collapse category on web view - IS IT POSSIBLE?
it seems you can have only one “&Expand=” parametter in the URL, so you can have none, all or only one category expanded
but you could on page onUnload event or in your action button’s code to store selected documents in a hidden field in a hidden frame - i used to do this. i do not know if you could store selection in window object and not use frames
tony
Subject: RE: Stop collapse category on web view - IS IT POSSIBLE?
Thanks for your response.
I’ll use the &ExpandView to get the view always expanded.
Can you please tell me how you stored the selectd document in a hidden field in a hidden frame…
thanks