我正在尝试为sharepoint网站打造品牌,在编辑模式下,我有几个复选框。在一些复选框中,我想显示文字,怎么做?
例如:
<SharePointWebControls:BooleanField ID="Comments" runat="server" FieldName="Comments" />
文字我想插入复选框“这是评论”
我试过
<SharePointWebControls:BooleanField ID="Comments" runat="server" FieldName="Comments" />this is a comment</SharePointWebControls:BooleanField>
答案 0 :(得分:1)
您可以考虑为页面布局创建内容类型。此内容类型可以包含名为“注释”的字段,并具有自定义显示名称。