5
CSSクラス定義が次の例でうまくいかない理由を教えてください。CSSクラスの定義が内部で機能しない<g:HTML>要素
私は<ui:style>
に記載されている17
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui'>
<ui:style>
div.test {
color: red;
}
</ui:style>
<g:HTML>
<div class="test">I should be red but I'm not</div>
</g:HTML>
</ui:UiBinder>
さて、そうですよ!私はそれを完全に忘れてしまった!どうもありがとう! – expert