自定義進程實例清單 customizing-the-listing-of-process-instances
程式例項清單會顯示在AEM Forms工作區的「追蹤」標籤中。
在程式例項清單中,AEM Forms工作區會針對每個程式例項顯示該例項的某些屬性。 每個進程實例均可使用以下屬性。 這些屬性在進程實例元件模型中儲存為屬性,並可在其視圖和模板中使用。
範例:
若要顯示 description
進程實例卡中進程實例的屬性,請執行以下步驟
-
請執行下列動作:
- 將/libs/ws/js/runtime/templates/processinstance.html複製到/apps/ws/js/runtime/templates/(如果不存在)。 按一下 全部儲存.
- 在inprocessinstance.html中新增含有class = 'processDescription'的程式說明div。
code language-none <div class="processDescription" title="<%= description%>"><%= description%></div>
-
請執行下列動作:
- 開啟/apps/ws/js/registry.js進行編輯。
- 搜尋和取代
text!/lc/libs/ws/js/runtime/templates/processinstance.html
withtext!/lc/
app/ws/js/runtime/templates/processinstance.html。
-
以上變更可能需要更新CSS檔案,方法是在樣式表/apps/ws/css/newStyle.css中新增項目,方法如下:
code language-css .processinstance .processDescription { <!--Dummy values, need to be configured by user as per requirement as well as user can add or delete any property depending upon requirement--> width : 250px; font-size : 11pt; padding : 2px; }
recommendation-more-help
a6ebf046-2b8b-4543-bd46-42a0d77792da