您可以選取「 」,存取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
.