开发者

Javascript library for dockable panels/tabs? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. 开发者_如何学JAVA

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

In the process of converting a .NET rich application to Javascript. One of the GUI features folks liked a lot was to rearrange their application layout. In .NET this was accomplished via Sandock:

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

Anything like this for Javascript?


The closest I know to that is the javascript library ExtJS. I've used it in a few projects very successfully since it allows you to create rich Web UIs very similar to windows UIs (or widgets).

The learning curve can be a bit steep though if you aren't that familiar with javascript, however the community is quick to respond and helpful.


If ExtJS is not your cup of tea, there is a rather nice jquery port of the same concept.

Demos here:
http://layout.jquery-dev.net/demos.cfm (particularly this)


I needed this very thing, and did not find any to my liking so I decided to write my own. It is almost complete, but you can check it out here:

Edit: Still being developed actively, but fully functional now.

http://docker.webcabin.org/


If you are still looking for a javascript dock panel implmentation, I just created one myself. You can find it at https://github.com/developerDoug/HtmlJavascriptDockInVS2010

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜