WebHelp Search Result

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
sophia_bob
Jr. Propeller Head
Posts: 4
Joined: Thu Aug 07, 2014 4:17 pm

WebHelp Search Result

Post by sophia_bob »

In the SkinSupport\MadCapAll.js, can someone show me how to make it so that when an item is selected in the search it will show that item bolded or a different color?
Currently (refering to the code below), it will only change any items selected to another color (ff0080) but it doesnt help the user know which search topic is being display.

function ResultTROnclick()
{
parent.parent.frames.body.location.href=FMCGetMCAttribute(this,"MadCap:href",this.style.color ="#ff0080")+gHighlight
}
Untitled.png
I first clicked on "How to generate briefings slides" then on "Plug-In - Briefings", making both a pink color. I only want "Plug-In - Briefings" the pink color, indicating that, that is the search result that its displayed on the right.

Thanks,
Sophia
You do not have the required permissions to view the files attached to this post.
Post Reply