我有一段这样的代码:
**mdg.setHTML("This will call @ " +phoneWidget.getLabelText()+" "+ phoneWidget.getTextBoxValue());**
现在我需要更改
phoneWidget.getLabelText() and phoneWidget.getTextBoxValue()
的字体颜色和样式mdg是一个文本框。
我该如何在GWT中进行操作?
最佳答案
您将HTML粘贴到对话框中,因此可以使用任何用于设置HTML文本颜色的方法。我建议使用适当的CSS在突出显示的值周围使用span
tag