Hello.  I'm a newbie from the Ajax Experience.  Something seems to be
wrong with this class I'm writing:

qx.Class.define("custom.SearchForm",
{
        extend: qx.ui.core.Widget,
        construct: function()
        {
                this.base(arguments);
                this.attribute = new qx.ui.form.ComboBox;
                this.searchString = new qx.ui.form.TextField("");
        },
        members:
        {
                attribute: null,
                searchString: null
        }
});

Thanks,
Bill

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to