Copy link to clipboard
Copied
I am working with a frameless template (skin) in RH2022, and the Adobe help (https://helpx.adobe.com/robohelp/using/frameless-skin-editor.html) says, “Add the right panel buttons to the main toolbar in case you want to hide the right panel. ”
I do want to hide the right panel, but there are no further instructions provided regarding how to go about adding the Print and Remove Highlight buttons to the main toolbar.
Does anyone know how that might be done?
Thanks.
I had a poke around in the code using the browser developer tools and found something, but am unsure if it's the correct way to do it.
I assumed that "main toolbar" meant Layout > Topic Page Buttons. I noticed the existing ones had an OnClick event like "EVT_SHOW_FILTERS". So I searched using the browser developer tools and found a list of capitalised text that included that entry in the topicpage.js file. I found another one called "TOGGLE_FAVOURITE_TOPIC" and used that for the OnClick event
...Copy link to clipboard
Copied
I had a poke around in the code using the browser developer tools and found something, but am unsure if it's the correct way to do it.
I assumed that "main toolbar" meant Layout > Topic Page Buttons. I noticed the existing ones had an OnClick event like "EVT_SHOW_FILTERS". So I searched using the browser developer tools and found a list of capitalised text that included that entry in the topicpage.js file. I found another one called "TOGGLE_FAVOURITE_TOPIC" and used that for the OnClick event of a new button. It seems to set and unset the favourite topic correctly. So you could use the devtools to look at the list and determine the other buttons needed.
But for a proper answer I think you would need to contact Adobe directly. See the following page for support contact options. The email address is recommended as it goes to a dedicated Robohelp team.
https://helpx.adobe.com/contact/enterprise-support.other.html#robohelp
Oh and then I did a search for another one of the OnClick options already present and found this which mentions remove highlight, and print.
Copy link to clipboard
Copied
I raised this with Adobe and have now added a bug report.
https://tracker.adobe.com/#/view/RH-12190
Please vote for it to raise its priority.
________________________________________________________
My site www.grainge.org includes many free Authoring and RoboHelp resources that may be of help.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now