1
0
Fork 0
forked from 0x2620/oxjs

add formatColor()

This commit is contained in:
rlx 2011-09-04 04:14:58 +00:00
commit 6b0779fcab
3 changed files with 81 additions and 8 deletions

View file

@ -390,7 +390,6 @@ Ox.TextList = function(options, self) {
width: getItemWidth(true) + 'px'
});
self.visibleColumns.forEach(function(v, i) {
//Ox.print(data[v.id], '(--value--)')
var clickable = Ox.isBoolean(v.clickable) ? v.clickable : v.clickable(data),
editable = Ox.isBoolean(v.editable) ? v.editable : v.editable(data),
$cell = Ox.Element({