Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はテキストを持っています:
<g:Label ui:field="titleLabel">text RedText someMoreText</g:Label>
RedText今度は赤を作りたいと思います。<g:Label>タグや html 要素内にウィジェットを設定できません。しかし、これはどのように行われますか?
RedText
<g:Label>
<g:InlineLable>1 つの方法は、内部で使用して、赤<g:Lable>の色でスタイルを設定することです。InlineLableまたは<span>、要件に従って id/class を持つ要素を使用し、それに応じて赤色にスタイル設定することもできます。
<g:InlineLable>
<g:Lable>
InlineLable
<span>