Kevin Albrecht
Kevin Albrecht

Reputation: 7014

Desktop IDE-Style Layouts on the Web

I am making a single-page, full-screen web application which will have a similar interface to an IDE (with menus at the top, output pane on the bottom, and input panes tiled horizontally across the middle). I am targeting only modern browsers, so a solution that uses HTML5 would be fine. Is there a good JavaScript framework and/or CSS framework to make creation of the layout easier?

Update: To clarify, I am looking for tools to make the single-page, full-screen layout practical, not the controls.

Upvotes: 1

Views: 1498

Answers (2)

Brice Favre
Brice Favre

Reputation: 1527

You can try http://dhtmlx.com/

For a living exemple of what you want to do, try this apps : http://c9.io/ It uses ACE : http://ace.ajax.org/

Upvotes: 1

Paul
Paul

Reputation: 36319

Tons. ExtJS, jquery UI, YUI can do it, dojo can do it, many, many others.

Upvotes: 3

Related Questions