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.
こんにちは私はたくさん試し、グーグルで検索しましたが、ボタンの線を壊す方法がわかりません。私はGWTウィジェットを使用していてHTMLを使用していないので、それほど簡単ではありません。ラベルの例を見つけましたが、ボタンの例はありません。アイデアはありますか?
改行を使用し<br/>て\nくださいsetHTML。setText
<br/>
\n
setHTML
setText
これで十分です:
this.laneRequest.setHTML(this.currentStatus + "<br/> Selection is required.");
setText通常の文字列引数をsetHTML取り、html コード引数を取ります。