ICEfaces - 如何重新定义组件的样式?

时间:2012-04-23 21:44:23

标签: java css icefaces

有没有办法重新定义ICEfaces组件的样式?例如,如果我想要

<ace:panel>

带蓝色背景,蓝色标签

<ace:submenu...>

等?

1 个答案:

答案 0 :(得分:2)

你可以风格&lt;王牌:面板&gt;只使用style / styleClass参数:&lt; ace:panel style =“background-color:blue”&gt;

如果你想设置像&lt;这样的元素。王牌:子菜单&GT;你应该看看(例如在firebug中)在该组件中使用哪些css类(例如ui-widget-header类)并在你的css文件中覆盖它。