嘿- cfgrid (和其他cf ui)的东西利用了EXT JS库……有没有人知道如何改变CF网格表的标题颜色?或者边框颜色?-在HTML表格中,而不是flash或applet中...thx
发布于 2010-12-03 01:45:13
定制外观:为您的ColdFusion 8 Ajax UI组件设置皮肤
http://www.rakshith.net/blog/?p=31
发布于 2010-12-03 05:34:10
为CF9选择更多样式(Ext 2)
http://dev.sencha.com/deploy/dev/examples/themes/index.html
发布于 2010-12-03 17:40:06
这很简单。你可以像下面这样修改CF现有的样式表。
.x-grid-hd-text { font-family:Calibri;font-size:15px;font-weight:粗体;}
.x-grid-row div{ line-height:16px;font-family:Calibri;font-size:13px;}
.x-grid-col { font-family:Calibri;font-size:13px;border-right: 1px实体#cccccc;}
http://www.ppshein.net/index.cfm/2010/9/16/change-font-in-cfgrid
https://stackoverflow.com/questions/4337987
复制相似问题