1
0
Fork 0
forked from 0x2620/oxjs

more fixes (list)

This commit is contained in:
Rolux 2010-06-29 23:24:07 +02:00
commit b3ea88fc27
2 changed files with 53 additions and 25 deletions

View file

@ -34,6 +34,14 @@ $(function() {
}),
$list = new Ox.TextList({
columns: [
{
align: "left",
id: "id",
operator: "+",
title: "ID",
visible: false,
width: 80
},
{
align: "left",
id: "title",