Are there any tools (frameworks) to create web based layout desinger (something like in Visual Studio, but with html and javascript) - with drag and drop, ability to combine several html tags into one control, changing "control" properties on the fly (e. g. width, font, etc) and exporting layout into html (xml)? Looked at jQuery and ExtJS.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There's http://jqueryui.com/ which has a bunch of stuff. I don't know of anything as plug and play as the rich interfaces like visual studio and such, but jQuery UI goes a long way, and it either supports plugins or will soon (can't remember). Forms are one thing people are still wanting with that... Anyway, I'd say jQuery with jQuery UI is the closest I've seen. |
|||
|
|
|
You can use Ext Designer as a WYSIWYG tools for extjs |
||||
|
|
|
Also check http://www.wakanda.org - OpenSource tool for designing web + mobile UI as well as DB backend in NoSQL. Regards, Gaurav CTO at http://www.RetailEMall.com |
|||
|
|