首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Robohelp - TOC在Chrome中不起作用

Robohelp - TOC在Chrome中不起作用
EN

Stack Overflow用户
提问于 2011-09-20 17:36:16
回答 2查看 1K关注 0票数 0

当我尝试在Google Chrome中在线查看使用Robohelp生成的目录( TOC )时,左侧面板中没有显示TOC。

请给我建议如何解决这个问题。

EN

回答 2

Stack Overflow用户

发布于 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的以下说明

代码语言:javascript
复制
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

并重新生成项目。

票数 1
EN

Stack Overflow用户

发布于 2012-08-31 16:21:11

尝试启动Chrome将--allow-file-access-from-files添加到目标。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/7483059

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档