Hi Luc, Today Luc Saffre wrote:
> I'm just starting to learn Qooxdoo (coming from ExtJS), and I stumbled > upon a detail in the documentation. When I open > > http://demo.qooxdoo.org/1.3/apiviewer/#qx.ui.core.Widget > > then I cannot find a description of the method `add()`. > Is this normal? yes, the Widget object has only a protected add method (_add) if you enable the showing of protected methods in the api viewer you will see it ... the idea is that the widget object only provides a minimal set of public methods and all other bits (the ones required to populate the widget) are protected and you would expose them explicilty if so needed (eg if the wiget is going to have the capability to contain arbitrary other widgets somewhere inside its makeup). cheers tobi > Luc > > > > ------------------------------------------------------------------------------ > What You Don't Know About Data Connectivity CAN Hurt You > This paper provides an overview of data connectivity, details > its effect on application quality, and explores various alternative > solutions. http://p.sf.net/sfu/progress-d2d > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch [email protected] ++41 62 775 9902 / sb: -9900 ------------------------------------------------------------------------------ What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
