Copy link to clipboard
Copied
I'd like to provide a tooltip or inductive text for the Search text box in WebHelp. Specifically, I want to tell users to enclose multiple words in quotation marks, since this format returns the most relevant results. Is there a way to add a tooltip to the Search box or even just additional text to the line that starts: "Type in the word(s) to search for:"?
We're using RoboHelp HTML 9. It would be great to know how to do this programatically, but, if necessary, I don't mind editing output files
Thanks!
Diana
Something like this?
File > Project Settings > General Tab > Advanced > LNG File Tab
There you can change FtsInputPrompt to your own string.
See www.grainge.org for RoboHelp and Authoring tips
Copy link to clipboard
Copied
Something like this?
File > Project Settings > General Tab > Advanced > LNG File Tab
There you can change FtsInputPrompt to your own string.
See www.grainge.org for RoboHelp and Authoring tips
Copy link to clipboard
Copied
Brilliant; it works! I just need to figure out how to format it better, but this is a great start. Thanks much!