I tried the code and it didn't seem to work.  I'm pretty much a newbie
in qooxdoo, could you point me to some docs that explain this so I can
figure out how to fix the code?

On 6/7/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> 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
>

-------------------------------------------------------------------------
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

Reply via email to