Re: [qooxdoo-devel] this.classname

2009-08-05 Thread Jim Hunter
classname does return the correct name for the given class. If you create an object like this: var a = new qx.ui.basic.Atom('Test'); then later try and get the classname with a call like: var cName = a.classname; you will get "qx.ui.basic.Atom" as the classname. Jim On Wed, Aug 5, 2009 at 4

[qooxdoo-devel] this.classname

2009-08-05 Thread dmbaggett
Can I use this.class to determine what kind of widget I have a reference to? If not, how can I tell if an object is, say, a qx.ui.form.CheckBox? Dave -- View this message in context: http://www.nabble.com/this.classname-tp24838169p24838169.html Sent from the qooxdoo-devel mailing list archive