简体   繁体   English

Icefaces 1.8外观问题

[英]Icefaces 1.8 look and feel issue

I am not able to figure out how to get a good look and feel for the header of an icefaces datatable component. 我无法弄清楚如何使icefaces数据表组件的header具有良好的外观。 I have used the ice:commandSortHeader but the images (ie arrows) are not getting displayed at all. 我使用了ice:commandSortHeader但是图像(即箭头)根本没有显示。 Also the header does not have a shiny look and feel in it like the component showcase is having. 此外,接头板也不像组件展示柜那样具有shiny外观。

I am trying to use the rime.css , hence added this line: 我正在尝试使用rime.css ,因此添加了这一行:

<link href="css/rime.css" rel="stylesheet" type="text/css"/>

I used ice:graphicImage for the paginator and the images as well as the look and feel is fine. 我将ice:graphicImage用于分页器和图像,以及外观和感觉都很好。 For the Sortable header, I have added the arrow images in my workspace but not able to understand where to add it for making it display. 对于Sortable标头,我已经在工作区中添加了箭头图像,但无法理解在何处添加箭头以使其显示。 Also don't know how to bring the shiny look and feel for the header. 另外,也不知道如何为标头带来shiny外观。

Please help me out with the header look and feel issues. 请帮助我解决标题外观问题。

Replace 更换

<link href="css/rime.css" rel="stylesheet" type="text/css"/>

with

<ice:outputStyle href="./xmlhttp/css/rime/rime.css" rel="stylesheet" type="text/css" />

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM