Since nobody replied, I've found my own solution, which, I hope, will help
someone else. It looks kinda like that:
sneaky4oe wrote
> drawTree:function (desktop)
> {
> ...
>
> tree.addListener("dblclick",
> function()
> {
>
> qx.event.Timer.once(this.DoYourStuff(widget,table),this,50);
> }, this);
> return tree;
> },
>
> DoYourStuff : function (widget, table)
> {
> var curSelName =
> tree.getSelection().toArray()[0].$$user_name;
> ...
> if (tree.getSelection().toString().indexOf("kids")==-1)
> {
> ...
> }
> }
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/jsontree-additional-fields-tp7585565p7585581.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel