当我尝试在Google Chrome中在线查看使用Robohelp生成的目录( TOC )时,左侧面板中没有显示TOC。
请给我建议如何解决这个问题。
发布于 2018-03-01 21:30:20
我通过下载最新版本的Adobe RoboHelp10解决了这个问题。我根据以下站点修改了适当的文件:https://helpx.adobe.com/robohelp/kb/webhelp-issues-robohelp-versions-10.html
在https://forums.adobe.com/thread/2185300?start=40&tstart=0上遵循了Peter Grainge的以下说明
Open the following folder <install dir>\RoboHTML\WebHelp5Ext\template_stock
Create a backup copy for the following file whthost.js
Copy the original to a folder outside of Program Files.
Open the file whthost.js in a text editor with line numbering such as Notepad++.
In line 872 (RoboHelp 2015 and 2017) or line 868 (RoboHelp 10 and 11) change the following line from
sText = sText.replace("\n", "");
to
sText = sText.replace(/\n/g, "");
Save the edited file and copy it back to <install dir>\RoboHTML\WebHelp5Ext\template_stock overwriting the original并重新生成项目。
发布于 2012-08-31 16:21:11
尝试启动Chrome将--allow-file-access-from-files添加到目标。
https://stackoverflow.com/questions/7483059
复制相似问题