Expanding multiple categories in a web view

Hi All,

Has someone any idea about why I keep getting the already opened category closed when I click on another category to open.

What I want to realize is keeping the already opened categories while opening another one in addition.

Best Regards

Fazli Ersoz

Subject: expanding multiple categories in a web view

Domino will not do that on its own – you’ll need to make the view “Treat view content as HTML” and use dynamic HTML (JavaScript + CSS in addition to HTML) to manage the expansion/collapse in the browser. (You can also use ?ReadViewEntries and the XMLHttpRequest object, for a lot more versatility and a much smaller initial data set.)

Subject: look at the example-expanding multiple categories in a web view

http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/f5b0d517d957547485256e94005663cb?OpenDocument

here what I am actually looking for. I dont how has they done this view above

Cheers

Fazli

Subject: RE: look at the example-expanding multiple categories in a web view

That’s not a view – Andre seems to have simulated a view using Sections in a rich text field in order to create that post.