SharePoint サイトをブランディングしようとしていますが、編集モードでいくつかのチェックボックスを取得しました。一部のチェックボックスで、テキストを表示したいのですが、どうすればよいですか?
元:
<SharePointWebControls:BooleanField ID="Comments" runat="server" FieldName="Comments" />
チェックボックスに挿入したいテキスト「これはコメントです」
私はもう試した
<SharePointWebControls:BooleanField ID="Comments" runat="server" FieldName="Comments" />this is a comment</SharePointWebControls:BooleanField>