我无法弄清楚如何获得icefaces数据表组件的header
的良好外观。我使用了ice:commandSortHeader
,但图像(即箭头)根本没有显示。此外,标题中没有shiny
外观和感觉,就像组件展示一样。
我正在尝试使用rime.css
,因此添加了这一行:
<link href="css/rime.css" rel="stylesheet" type="text/css"/>
我使用ice:graphicImage
作为分页符,图像和外观都很好。对于Sortable标题,我在工作区中添加了箭头图像,但无法理解在何处添加它以使其显示。也不知道如何为标题带来shiny
外观。
请帮我解决标题外观问题。
答案 0 :(得分:0)
替换
<link href="css/rime.css" rel="stylesheet" type="text/css"/>
带
<ice:outputStyle href="./xmlhttp/css/rime/rime.css" rel="stylesheet" type="text/css" />