Javascript library for dockable panels/tabs? [closed]

眉间皱痕 提交于 2019-12-07 06:42:35

问题


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?


回答1:


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.




回答2:


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)




回答3:


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/




回答4:


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



来源:https://stackoverflow.com/questions/3208382/javascript-library-for-dockable-panels-tabs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!