Looking for a javascript framework that allows to build an online web component that builds other web components. I'll clarify: thinking about building a drag-n-drop/wysiwyg web appli开发者_运维百科cation that produces javascript pages/documents/dialogs etc.
I know that I can start from jQuery, however, if anyone can recommend a higher-level framework that will allow to build a "builder" (with toolbars, drag-n-drop etc) - please share.
JQueryUI was designed especially for this.
http://www.sencha.com/products/extjs/
ExtJS...
Here's an example "builder" app: http://www.projectspace.nl/
精彩评论