我需要在 Popover 中以粗体写一些文本。我正在使用 GWTBootstrap3。
<g:FlowPanel addStyleNames="col-md-8">
<b:Popover title="Enable CheckBox" content="text texttobebold" placement="RIGHT">
<b:InlineCheckBox ui:field="onlineCheckbox" />
</b:Popover >
</g:FlowPanel>
所以,我想在内容中用粗体写一些文本。在正常的引导程序中,您可以使用 data-html="true" 来启用 html,例如使用 <strong>,但在 gwtbootstrap3 中它不起作用,并且出现错误“不允许使用 <”。