2013-07-11 55 views

回答

0

這是一個基本的解決辦法。將以下內容添加到您的工作項目模板中。

<FORM> 
    <Layout HideReadOnlyEmptyFields="true" HideControlBorders="true"> 
    <Group Margin="(4,0,0,0)"> 
     <Column PercentWidth="100"> 
...  
     <Control FieldName="System.Tags" Type="FieldControl" Label="Tags" LabelPosition="Left" /> 
... 
     </Column> 
    </Group> 
    </Layout> 
</FORM> 

這將在客戶端和Web上添加只讀場以及(不幸)。

+0

需要注意的是,將HideReadOnlyEmptyFields設置爲「True」會導致只讀標記字段*不會出現在客戶端和Web表單中。 – Randolpho

相關問題