yozzeff schrieb:
hi jason,

Because you can have other things besides text:

var lc =
{
   name : { label : "Name", width : 100, type : "text" },
size: { label : "Size", width : 50, type : "text", align : "right" } ,
   filetype : { label : "Type", width : 24, type : "iconHtml" }
};

var ld = {
{ name : { text : "File A"}, size : { text : "29 kb" },
    filetype : { icon : "icons/16/document.png" }
  }
};

i see.
can text and icon be combined?
can there be even more attributes combined there?

Please take a look at the demos. There is also a column type available which combines an icon with a text.

Sebastian


yozzeff


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to