KendoUI学习笔记

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框架,开发自定义控件
http://docs.telerik.com/kendo-ui/howto/create-custom-kendo-widget

5. 加载外部模板
http://docs.telerik.com/kendo-ui/howto/load-templates-external-files

6. CORS(Cross-Origin Resource Sharing)
http://docs.telerik.com/kendo-ui/howto/use-cors-with-all-modern-browsers

7.Kendo控件的多语言
Kendo控件的多语言未包含到发布包中,需要到下面的地址下载。
https://github.com/telerik/kendo-ui-core/tree/master/src/messages

8.Kendo对平台和浏览器支持的说明
http://docs.telerik.com/kendo-ui/getting-started/technical-requirements

9.Kendo对jQuery版本支持的说明
http://docs.telerik.com/kendo-ui/getting-started/javascript-dependencies

10.Kendo和AngularJS结合使用
http://docs.telerik.com/kendo-ui/getting-started/using-kendo-with/AngularJS/data-source

11. Kendo和RequireJS结合使用
http://docs.telerik.com/kendo-ui/getting-started/using-kendo-with/using-kendo-with-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
http://docs.telerik.com/kendo-ui/getting-started/using-kendo-with/using-kendo-in-responsive-web-pages

14.Kendo的历史变更说明
http://docs.telerik.com/kendo-ui/getting-started/changes-and-backward-compatibility

15. Kendo的类图
KendoUI学习笔记_第1张图片

你可能感兴趣的:(kendoui)