FrozenDice <[EMAIL PROTECTED]> writes:
> Is it possible to have a TreeFullControl widget load with all it's
> folders and subfolders open? If so how?
You should be able to modify the init value of TreeFolder using
something like this:
qx.Class.patch( qx.ui.treefullcontrol.TreeFolder,
qx.Mixin.define("sample.patch.TreeFolder",
{
properties :
{
"open" : { refine: true, init: true }
}
})
);
Derrell
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel