您的位置:首页 > 产品设计 > UI/UE

KendoUI学习笔记(类图)

2016-07-28 14:14 357 查看
原文出处:http://blog.csdn.net/cassaba/article/details/38111193

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的类图

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: