随笔分类 - Qooxdoo
摘要:http://code.google.com/p/jslint-toolkit/主要是修正一些UI方面的BUG,以及增加两种浏览方式,横排和竖列。
阅读全文
摘要:The basic steps to create a qooxdoo application is as follows:Select a layout (VBox, HBox, Grid, Dock….)Create a container from the layout. (Usually Composite)Add the container to the applicati...
阅读全文
摘要:How to create a simple table?There are two importent things exist in qooxdoo table class (qx.ui.table.Table) - Model and Selection.The model represents the columns anddata of the table, and the select...
阅读全文
摘要:qooxdoo is a comprehensive and innovative Ajax application framework. Leveraging object-oriented JavaScript allows developers to build impressive cross-browser applications. No HTML, CSS nor DOM knowl...
阅读全文