Maybe this is helpful:
http://qooxdoo.org/documentation/user_manual/defining_own_classes

Cheers,
Sebastian


dperez schrieb:
> I think this is documented.  Read the doc first....
> 
> 
> Peter Volkov (pva) wrote:
>> Hello list.
>>
>> I've started investigation of qooxdoo but the lack of documentation I
>> need some pointers where should I start with?
>>
>> Or more specific questions. What is qx.OO.defineClass (where is
>> documented) and how it is related with qx.OO.Proto?
>>
>> Or even more specific. I'm looking at at-a-glance source. How this
>> works:
>>
>> qx.OO.defineClass("AtAGlance", qx.core.Object,
>> function () {
>>
>> // Do we need this?
>>   qx.core.Object.call(this);
>>
>> //This call to function is related with ... (see 5 lines below)
>>   this._createPage(barView, "Themes",           "icon/32/style.png",
>> this._createThemesDemo());
>> });
>>
>> // ... this definition? How?
>> qx.Proto._createPage = function(barView, title, iconUrl, widget,
>> backgroundColor, scrolls) {
>>
>> }
>>
>> Thank you for your time,
>> Peter.
>>
>>  
>> -------------------------------------------------------------------------
>> 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
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>
>>
> 


-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to