qx.core.Object.call(this) is calling the superclass constructor.
call and apply are standard Javascript methods of any function.
You'll have to learn them, because they are used everywhere.



sub wrote:
> 
> qx.Proto.main = function(e)
> {
>   qx.core.Object.call(this);
> 
>   var barView = new qx.ui.pageview.buttonview.ButtonView;
> 
> What does  qx.core.Object.call(this); do?.
> 

-- 
View this message in context: 
http://www.nabble.com/More-demo-sample-code-documentation-tf3432211.html#a9569610
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to