您可以通过选择 帮助>工作区帮助. 它指向Adobe网站上的在线文档。 但是,您可以更新它以指向任何其他URL。
请考虑以下用例,您可能希望更改默认帮助URL:
要更新在线文档的URL,请在 自定义的一般步骤 然后执行以下步骤。
复制 userinfo.html
文件来源 /libs/ws/js/runtime/templates
to /apps/ws/js/runtime/templates
.
更改:
<ul class="helpmenu">
<li>
<a href="https://www.adobe.com/go/learn_aemforms_documentation_63" title="<%= $.t('index.header.dropdown.WorkspaceHelp')%>" target="_blank"><%= $.t('index.header.dropdown.WorkspaceHelp')%></a>
</li>
到
<ul class="helpmenu">
<li>
<a href="<!--place new help url here-->" title="<%= $.t('index.header.dropdown.WorkspaceHelp')%>" target="_blank"><%= $.t('index.header.dropdown.WorkspaceHelp')%></a>
</li>
执行以下操作:
text!/lc/libs/ws/js/runtime/templates/userinfo.html
with text!/lc/apps/ws/js/runtime/templates/userinfo.html
.