我有一段这样的代码:-
**mdg.setHTML("This will call @ " +phoneWidget.getLabelText()+" "+ phoneWidget.getTextBoxValue());**
现在我需要更改字体颜色和样式phoneWidget.getLabelText() and phoneWidget.getTextBoxValue()
其中 mdg 是一个文本框。
我如何在 GWT 中做到这一点?
您正在将 HTML 粘贴到对话框中,因此您可以使用任何方法来设置 HTML 文本的颜色。我建议使用适当的 CSS 围绕突出显示的值使用span
标签