HiI am using a view and using the option “Treat view contents as HTML”.
Can you please guide me how should i show Twistie in such a view on the web!
Thanks in anticipation.
HiI am using a view and using the option “Treat view contents as HTML”.
Can you please guide me how should i show Twistie in such a view on the web!
Thanks in anticipation.
Subject: Twistie in view using HTML?
if you are using a view as html then domino will not do any formatting or add twisties, all you get is the values. You will need to add your own code using dhtml and javascript along with layers (divs) in order to create an expanding collapsing lists if you want them.
It can be quite a bit of work so you need to decide why you want to use the view as html. You can still use CSS and HTML to style a standard domino web view if needed.