1. Kendo的继承
varPerson= kendo.Class.extend({...});
var person = new person();
var Parent = kendo.Class.extend({});
http://docs.telerik.com/kendo-ui/tutorials/inheritance-with-kendoui
2.Kendo MVVM
http://docs.telerik.com/kendo-ui/getting-started/framework/mvvm/overview
3. Kendo UI 支持TypeScript
http://docs.telerik.com/kendo-ui/howto/typescript/overview
4. 基于Kendo UI框架,开发自定义控件
5. 加载外部模板
6. CORS(Cross-Origin Resource Sharing)
7.Kendo控件的多语言
Kendo控件的多语言未包含到发布包中,需要到下面的地址下载。
8.Kendo对平台和浏览器支持的说明
9.Kendo对jQuery版本支持的说明
10.Kendo和AngularJS结合使用
11. Kendo和RequireJS结合使用
12.Kendo和Twitter Bootstrap结合使用
http://docs.telerik.com/kendo-ui/getting-started/using-kendo-with/using-kendo-with-twitter-bootstrap
13. Kendo与Responsive Web Pages
14.Kendo的历史变更说明
15. Kendo的类图
本文档介绍了KendoUI框架的各种高级特性,包括继承、MVVM、TypeScript支持、自定义控件开发等。此外还涉及了如何加载外部模板、实现跨域资源共享(CORS)、设置多语言支持等内容,并提供了关于平台、浏览器及jQuery版本的支持说明。
1464

被折叠的 条评论
为什么被折叠?



