First Page in TOC not Highlighted
September 24, 2008 12:00 AM
The problem is relates to having the screen painted before it highlights the TOC. There is a 1 sec delay on the highlighting in the trivantis javascript. Standard to handle the problem you are experiencing. Only thing I can suggest is this. Create an action that is on a two second delay and do it yourself. On: ShowAction: Modify variableTarget: any unused variableValue: Javascript: toc999999.selNode.navObj.style.backgroundColor = 'rgb(128,255,255)'Replace the toc999999 with the HTML name of your TOC.You will have to detemine what color you want to use for a highlight.
Discussions have been disabled for this post