Hello, welcome to qooxdoo. you may use parts loading so your application intially loads only necessary code and later it will load code on demand. see: http://manual.qooxdoo.org/current/pages/tool/sdk/application_structure.html?highlight=parts%20loading and http://demo.qooxdoo.org/4.0/apiviewer/#qx.io.PartLoader~getParts!method_public
for integrating external functionnalities from other js libraries, you may add these library in your index.html or load them on demand too (see for example the map scripts loading in the mobile showcase). Regards, mik wrote > Hello! > <br> > First of all, thanks for cool and free product, Qooxdoo is really > incredible! > <br> > I am beginner in it and I have a lot of questions now, but one question is > primary. > <br> > <br> > I try to code some little stuffs with Qooxdoo and see that every > application must be builded once with all components needed for one. But > what if I want to create a main applacation with basic components only > (table, three, form, menu, window) and make it extensible by importing > additional scripts? > <br> > <br> > For example, CMS control pannel loads single core with table, three, form, > menu and window components by default. Administrator selects a module in > main menu and the core loads its JS file * > and * > Qooxdoo Progressive component for additional module features. > <br> > Is it possible? Are there some demo examples how to organise similar > structure? > <br> > Or the core must include all components to provide full UI functionality > to 3-rd party developers without dirty hacks? Or, may be, I should be > organise extensibility differently? > <br> > <br> > Best regards, Michail. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Qooxdoo-Desktop-as-an-UI-core-for-a-CMS-control-pannel-tp7585679p7585733.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
