Hello All, We had been working on a new Jaggery based UI designer lately [1].
What we'd like it to be is a tool, which can generate an app using Twitter Bootstrap based UI components, client side javascript components, and Jaggery components - using a drag and drop UI. Basically, something like Layoutit [2] which is a bit more powerful - powerful enough to render stuff server side. Components (reusable gadget-like things in this tool) will implement a minimal javascript-based API, that in turn would let this tool instrument these components. In it's current, very-crude, but working state, It will feature a design view [3] which will let a user design the page, and run it. Upon running it, the tool will convert the layout to a jag file and serve it. Components can contain static html, css, client side js, and jaggery code. The generated output is fully responsive, thanks to a framework we developed sometime back [4], which can turn a grid-based layout into a responsive bootstrap layout. The goal as of now is to integrate it to UES as a tool for generating a server rendered page by dragging and dropping stuff and optionally writing javascript. WDYT? [1] https://github.com/ncthis/layoutr [2] http://layoutit.com [3] https://dl.dropboxusercontent.com/u/3240167/layoutr.png [4] https://github.com/ncthis/gridster-bootstrap Cheers, Nadeesha. -- @ncthis 0779094280
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
