> I've done some work on this.  I've added a property called "ID" to 
> qxWidget, and then when it is changed I set the HTML attribute for 
> the element to the value of the ID. 

This works for items like buttons, menu items (though our test application is 
having some trouble seeing the IDs - probably finger trouble) but for more 
complex structures like trees you have to work a bit harder.

A qxTreeFolder is made up of a number of elements - a horizontal box layout, 
then various images and finally the text. To get the ID to be  associated with 
the text object you have to do some internal operations:

       var Child = new QxTreeFolder(sTitle, sImage, "GET", "text/plain");
       Child._labelObject.setID(sID);    // set ID for label

Hugh


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
Qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to