简体   繁体   English

将 Knockout.js 与第三方控件库一起使用

[英]Using Knockout.js with third party control libraries

I'm researching Knockout.js and I'm very impressed with its capabilities.我正在研究 Knockout.js,它的功能给我留下了深刻的印象。 The one thing that has me stuck so far is finding a JavaScript control library that will work with it.到目前为止让我卡住的一件事是找到一个可以使用它的 JavaScript 控制库。 The examples on the Knockout website seem to work only with simple HTML controls. Knockout 网站上的示例似乎仅适用于简单的 HTML 控件。

I would like to use much more feature rich controls like those in jQuery UI, kendo, Wijmo, or Telerik. I found KOGrid (https://github.com/ericmbarnard/KoGrid/wiki/Getting-Started) while researching this.我想使用更多功能丰富的控件,例如 jQuery UI、kendo、Wijmo 或 Telerik 中的控件。我在研究这个时发现了 KOGrid (https://github.com/ericmbarnard/KoGrid/wiki/Getting-Started)。 While I certainly applaud the developer on his efforts, I'm looking for something that is quite feature rich and more mature.虽然我当然赞扬开发人员的努力,但我正在寻找功能非常丰富且更成熟的东西。

Can anyone suggest any third party control libraries (commercial or otherwise) that work well with Knockout.js?谁能推荐任何与 Knockout.js 配合良好的第三方控制库(商业或其他)?

You can make them all work but you will have to use custom bindings, there are already some bindings for jqueryUI, and for Kendo, here is the link for kendo UI bindings http://www.knockmeout.net/2012/03/knockoutjs-bindings-for-kendo-ui.html您可以使它们全部工作,但您必须使用自定义绑定,jqueryUI 和 Kendo 已经有一些绑定,这里是 kendo UI 绑定的链接http://www.knockmeout.net/2012/03/knockoutjs -绑定-for-kendo-ui.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM