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.
Jasper を使用して生成された HTML レポートにカスタム CSS を適用するにはどうすればよいですか。このレポートを iFrame として GWT ウィンドウに含める必要があります。
次のように、GWT html ファイルにリンク タグを簡単に含めることができます。
<link type="text/css" rel="stylesheet" href="myJasperStyles.css">
CSS ファイルは、CSS が GWT 要素に影響を与えないように、Jasper 関連の HTML タグを明示的に参照する必要があります。