This content has been marked as final.
Show 4 replies
-
1. Re: responsive html 5 layout: Search results
Amebr Dec 3, 2014 7:44 PM (in response to peter_xxx)For the URL, that should be controlled by your screen layout. It should be simple to delete it. I can't help with your other questions, sorry.
-
2. Re: responsive html 5 layout: Search results
Willam van Weelden Dec 4, 2014 12:31 AM (in response to Amebr)Before you begin, if you are on RH11.0.3, make sure you have the following hotfix installed: Issues in RoboHelp 11.0.3
This hotfix is required, otherwise you won't be able to open .slp pages.
Remove the URL from Theme1:
- Open Topic.slp.
- Switch to HTML mode.
- Remove the code: <?rh-msp-search-result-url class="wSearchURL" ?> (line 295 by default).
As for the length of the preview, I'm not sure that it can be changed.
Default settings:
- Highlight search results:
- Open Topic.slp.
- Switch to HTML mode.
- Find <?rh-msp-search-highlight-control id="highlightsearch"
- Set value for attribute checked. You can choose between true (enabled) or false (disabled).
- All words search:
- Open Topic.slp.
- Switch to HTML mode.
- Find <?rh-msp-search-and-control id="andsearch"
- Set value for attribute checked. You can choose between true (enabled) or false (disabled).
- Number of search results: No matter what you choose in the layout editor, it simply gets reverted to default on generation. To fix this, I suspect you would need to change the output file. In the output, search for searchResCount and change the available options.
Kind regards,
Willam
-
3. Re: responsive html 5 layout: Search results
peter_xxx Dec 5, 2014 2:00 AM (in response to Willam van Weelden)thank you both
-
4. Re: responsive html 5 layout: Search results
Amebr Dec 7, 2014 8:30 PM (in response to peter_xxx)






