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.
ZKラベルを使用してHTMLコンテンツを表示する方法を教えてもらえますか?私がこのようなテキストを持っている場合のように
<b> this is my test message </b>
次に、このコンテンツを太字のページに表示する必要があります。
これは私のテストメッセージです
次の例が役立つかどうかを確認してください..
<window id="win" title="Html Demo" border="normal"> <html><![CDATA[ <h4>Hi, ${win.title}</h4> <p>It is the content of the html component.</p> ]]></html> </window>
ここでは、ウィンドウ内でhtmlタグを使用して、html タグでテキストを表示しています。