Hi Andrea, it might be easier to just write your own cell editor factory, that would give you full control of your text field. Check out the ICellEditorFactor interface, it's well documented.
Regards, Daniel Andrea Venturini schrieb: > Hi all, > I've created a Mixin that manage suggestions into the TextField > widget (it should work also with TextArea but this is another problem... > :-) ), my extension uses a callback function to call the application > provided code that generate the list of suggestions (I hope this make > sense for you...). > My Mixin is obviusly applied also to the TextField created by the > table for the cell editing, my problem is to set the right callback in > it. I suppose that getModalCellEditorPreOpenFunction could be a good > place where to set the callback, but I'm not sure how to reach the > TextFiled widget into the table object. I know there is also a factory > class that create the TextField, but I can't imagine how I can customize it. > Is it possible to do what I need? > > Thanks in advance > Ciao > a > > > ------------------------------------------------------------------------------ > OpenSolaris 2009.06 is a cutting edge operating system for enterprises > looking to deploy the next generation of Solaris that includes the latest > innovations from Sun and the OpenSource community. Download a copy and > enjoy capabilities such as Networking, Storage and Virtualization. > Go to: http://p.sf.net/sfu/opensolaris-get > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
