Hi,
> i want to ask earnestly consider the posibility to add a signal focus
> to the Table object.
Every widget does offer a "focus" event which the developer can use the get
informed if the widget is focused. Does this suit your needs?
Just click at the "Inherited" checkbox at the API Viewer to get all the
events/methods/properties of the class - including the inherited ones.
http://demo.qooxdoo.org/current/apiviewer/#qx
> in some of my Qooxdoo programs I use many Tables in a single screen and
> is a very difficult for the user identify wich table have the focus. I try
> adding an indicator, but is a precarious solution does not cover all needs
> because in some scenarios it does not work. My knowledge of javascript and
> Qooxdoo does not allow me do it better by my self.
Just the "focus" event to distinguish.
--snip--
tableInstance1.addListener("focus", function(e) {
// tableInstance1 has the focus
});
--snip--
Regards,
Alex
------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel