其他 Windchill 功能 > 製造流程管理 > 自訂產品結構總管 (PSE) > 在區段標題內自訂屬性顯示 > 展開/摺疊顯示群組
  
展開/摺疊顯示群組
若單一標籤上或精靈內的某一步驟中顯示多個群組,這可能會導致畫面內容捲動。這對使用者來說可能會造成困擾,特別是使用者只是想要輸入最少數量的屬性時。您可以自訂「標題」,以允許使用者展開/摺疊所顯示的屬性集。從一個工作階段轉到另一個工作階段時,系統會記住此設定。
這是 UI 可能外觀的範例。「責任」群組會摺疊,因此 "+" 圖示可用於展開該群組。「生產資料」群組會展開,因此 "-" 圖示可用於摺疊該群組。
範例程式碼:
<AttributeGroup id="ptc.wnc.exp.CreateChild" displayMode="edit">
<SectionHeading id="ptc.wnc.exp.CreateChild.Responsibilities"
allowAttrDetails="true" allowCollapsable="true">
<Label>
<Resource key="responsibilitiesSectionLabel"/>
</Label>
</SectionHeading>
… cell definitions for the group here…
</AttributeGroup>