您可以選取「說明>工作區說明」,來存取AEM Forms工作區的預設說明內容。 它指向Adobe網站上的線上檔案。 不過,您可將其更新為指向任何其他URL。
請考慮下列使用案例,您可能想要變更預設說明URL:
要更新聯機文檔的URL,請遵循自定義的一般步驟,然後執行以下步驟。
將userinfo.html
檔案從/libs/ws/js/runtime/templates
複製至/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
取代為text!/lc/apps/ws/js/runtime/templates/userinfo.html
。