I have a requirement where I have a categorized view on the web, but only the main categories can expand and collapse. All subcategories must always be expanded.
Is this possible in a Notes view or would it be best to do this in a LotusScript agent by dumping the HTML to the screen with embedded javascript to expand and collapse?
Subject: Preventing a sub category from collapsing on the web. Possible?
Hello,
I think Script will give you the greatest flexibility… especially if you want to get into paging the view… but
if you just want to get something looking nice and working…
an embedded view that writes the majority of the HTML (view contents as HTML) with all your classes and div’s specified. Then used javascript to colapse/expand (hide/unhide). Should work nicely.