I’ve not dealt with web twisties. I’ve got an embedded view where twisties are not used. Each displayed document has pass thru HTML for a clickable column link to another document.
The users want this view to be categorized, retaining the clickable links.
How is this done? I’ve not hit on anything which enables twisties but maintains the links.
Subject: Twisties in web embedded view
Dojo has the ability to use twisties with an embedded view on the web. I’d create a modal dialog, create the view in an .htm, and then call the .htm in the dijit.modal. Create a hidden field on the modal dialog to store the entry. I’ve never gotten the whole process down, but it’s do-able. Otherwise, your going to have to uncategorize your data and keep it flat.
Subject: RE: Twisties in web embedded view
I should have posted earlier. The problem was that, onload, another programmer who had developed the app, changed the twistie size to one pixel. Once I removed the code, voilas, I had the twisties back.