Kendo ui 入门 1 day

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. 加载外部模板
 
 
7.Kendo控件的多语言
Kendo控件的多语言未包含到发布包中,需要到下面的地址下载。
 
8.Kendo对平台和浏览器支持的说明
 
9.Kendo对jQuery版本支持的说明
 
10.Kendo和AngularJS结合使用
 
11. Kendo和RequireJS结合使用
 
12.Kendo和Twitter Bootstrap结合使用
 
13. Kendo与Responsive Web Pages
 
14.Kendo的历史变更说明
 
15. Kendo的类图

猜你喜欢

转载自www.cnblogs.com/Williamls/p/9553906.html