Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WYSIWYG GUI builder (IDE) for JQuery or other JavaScript framework? [closed]

Are there any IDE's that allow building of web pages / user interface using javascript frameworks such as JQuery in a WYSIWYG manner?

For example, similar to how Dreamweaver allows you to build HTML pages or NetBeans allows you to graphically design Java applications, Flash Builder can graphically design flash applications.

I would think by now there is something that would let you plug in a javascript framework such as JQuery/JQueryUI or YUI or Prototype, etc. and for example drag in a JQueryUI styled button and position it and size it. Throw on some JQuery fields or a datagrid?

Update: I have found a couple, so I am sure there must be more:

Sencha Ext Designer (commercial) -- supports the ext js framework, JQuery/Prototype and others.

Maquetta (open source) -- supports Dojo, some Jquery/YUI

Wakanda (open source) -- very interesting, looks like their own JS framework. May require the use of their back-end server for db, etc.?

like image 508
Scott Szretter Avatar asked Apr 09 '11 00:04

Scott Szretter


2 Answers

For jQuery UI

IxEdit is a JavaScript-based interaction design tool

like image 184
Дан Воронов Avatar answered Oct 13 '22 08:10

Дан Воронов


This works with jQuery Mobile only: RIB

like image 24
John Chen Avatar answered Oct 13 '22 09:10

John Chen