We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
我所知道的最接近的是 javascript 库 ExtJS。我已经在一些项目中非常成功地使用了它,因为它允许您创建与 Windows UI(或小部件)非常相似的丰富的 Web UI。
如果您不太熟悉 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.
如果 ExtJS 不是你的菜,有一个相当不错的具有相同概念的 jquery 端口。
演示在这里:
http://layout.jquery-dev.net/demos.cfm(特别是这个)
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)
我非常需要这个东西,但没有找到我喜欢的东西,所以我决定自己写一个。它几乎完成了,但您可以在这里查看:
编辑:仍在积极开发中,但现在功能齐全。
http://docker.webcabin.org/
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/
如果您仍在寻找 JavaScript 停靠面板实现,我刚刚自己创建了一个。您可以在 https://github.com/developerDoug/HtmlJavascriptDockInVS2010 找到它
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