Skip to main content
Participant
February 21, 2013
Question

Calling WebHelp with data transfer to search Tab

  • February 21, 2013
  • 1 reply
  • 722 views

Hi,

Is there a possibility to call WebHelp starting with the search window and transfering  data to the search tab??

This topic has been closed for replies.

1 reply

Peter Grainge
Community Expert
Community Expert
February 21, 2013

You can set Search to be the default in the Navigation settings when you generate.

What do you mean by "transferrng data to the search tab"?


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
szijaAuthor
Participant
February 22, 2013

Hi Peter,

thanks for your answer.

Our idea is, to transfer a string (search item) to Search,

that our customers are able to start Search without typing the item.....

Willam van Weelden
Inspiring
February 23, 2013

I highly doubt that's possible out of the box, but you could always break out your Javascript programming skills to have a crack at it </grin


Opening the search tab is possible using a CSH call:”

http://example.com/WebHelp/index.htm#<<cmd=>> pan=2 (See also my article on http://wvanweelden.eu/articles/part/regular-start-page)

Populating the search field is not possible out of the box. You must modify the search field script to do this. Check whform.js line 196 & 198 (RoboHelp 9).

Greet,

Willam