正在更新指向文檔的連結

您可以選取​Help > Workspace說明,以存取AEM Forms工作區的預設說明內容。 它指向Adobe網站上的線上文檔。 不過,您可以更新它以指向任何其他URL。

請考量下列使用案例,其中您可能想要變更預設說明URL:

  • 以您所選擇的語言提供本地化說明。
  • 為您的自訂工作區提供自訂說明內容。

要更新聯機文檔的URL,請執行自定義的一般步驟,然後執行以下步驟。

  1. userinfo.html檔案從/libs/ws/js/runtime/templates複製到/apps/ws/js/runtime/templates

  2. 變更:

    <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>
    
  3. 請執行下列動作:

    1. 開啟/apps/ws/js/registry.js進行編輯。
    2. 搜尋並將text!/lc/libs/ws/js/runtime/templates/userinfo.html取代為text!/lc/apps/ws/js/runtime/templates/userinfo.html

本頁內容