Javascript library for dockable panels / tabs?

In the process of converting an application with a .NET component in Javascript. One of the features of the graphical user interface was a lot to change the order of their application. In .NET, this was done through Sandock:

http://www.divelements.com/net/controls/sanddock/screenshots.aspx

Anything like this for javascript?

+5
source share
4 answers

The closest I know is the ExtJS javascript library . I used it in several projects very successfully, since it allows you to create rich web interfaces that are very similar to the Windows user interfaces (or widgets).

, , javascript, .

+6
+5
+2

All Articles