摘要: Here we go !The sort in admin generator is for a single field only, but in some complex list, it can be usefull to sort by multiple criterias. This is the main goal of this snippet. Those functions therefore override the ones of your auto-generated class.(1)And to display what are the ongoing sort c 阅读全文
posted @ 2012-03-01 19:11 Lux.Y 阅读(263) 评论(0) 推荐(0)
摘要: div显示滚动条的css代码<div > 这里是你要显示的内容 </div>效果如下:显示滚动条的代码div显示上下滚动条的css代码<div > 这里是你要显示的内容 </div>div只显示上下滚动条OVERFLOW-Y:scroll;这段是关键修改div滚动条颜色的css代码<div > 这里是你要显示的内容 </div>修改滚动条颜色的代码SCROLLBAR-FACE-COLOR(立体滚动条凸出部分的颜色)SCROLLBAR-HIGHLIGHT-COLOR(滚动条空白部分的颜色)SCROLLBAR-SHADOW-C 阅读全文
posted @ 2012-03-01 18:16 Lux.Y 阅读(542) 评论(0) 推荐(0)