将 CaptionPanel 标题设置为粗体的最佳方式是什么?我希望我可以应用 CSS 样式。我目前正在做:
CaptionPanel examplePanel = new CaptionPanel();
examplePanel.setCaptionHTML("<b>CaptionPanel Title</b>");
将 CaptionPanel 标题设置为粗体的最佳方式是什么?我希望我可以应用 CSS 样式。我目前正在做:
CaptionPanel examplePanel = new CaptionPanel();
examplePanel.setCaptionHTML("<b>CaptionPanel Title</b>");