Herman, > I've found lots of examples where something is mentioned and there is > no real description of that thing. > > Example: > http://qooxdoo.org/documentation/general/library_features/language > mentions that qx.bom.String.trim() exists, but > http://demo.qooxdoo.org/current/apiviewer/#qx.bom.String does not > show anything about it. > > I have more examples, but this one comes from the online site. What > can we trust on?
When it comes to API details (classes, their methods and properties, ...) always trust the Apiviewer (Make sure you're looking at the version that is relevant to you). If you are looking for a specific feature, e.g. a method (like "trim"), use Apiviewer's search function (this would have directed you to http://demo.qooxdoo.org/current/apiviewer/#qx.lang.String~trim). When it comes to topical material, reference material outside the class API, and user guide stuff ("how do I use feature X?"), reach for the manual (again, in the suitable version). The qooxdoo home page is generally more directed towards introductory/overview material, so this is least close to technical details (Exceptions are the manuals that are published there (up to qooxdoo version 1.1), or the user snippets). Most information there tries more to give you a general feel and orientation about qooxdoo, and less of a working knowledge. Apart from all that, if you find information in the qooxdoo wiki that you find markedly wrong or misleading, dump them all into a bug (product "website"), and we'll try to take care of it. T. ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
