-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathindex-1.3.html
More file actions
322 lines (303 loc) · 17.1 KB
/
index-1.3.html
File metadata and controls
322 lines (303 loc) · 17.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
<!doctype html>
<html>
<head>
<meta name="data-spm" content="1" data-spm-protocol="i" />
<meta charset="utf-8">
<meta name="keywords" content="kissy,javascript库,淘宝网脚本库,ui library"/>
<meta name="description" content="kissy,javascript库,淘宝网脚本库,ui library"/>
<title>KISSY - A Powerful JavaScript Framework</title>
<link rel="stylesheet" href="http://g.tbcdn.cn/kissy/k/1.3.2/css/dpl/base-min.css"/>
<link rel="stylesheet" href="./assets/homepage/index.css"/>
<link rel="shortcut icon" href="http://a.tbcdn.cn/s/kissy/favicon.ico" type="image/x-icon"/>
<!--
<base target="_blank"/> bug in ie
-->
<script>
document.domain='kissyui.com';
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31470541-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="header">
<h1 class="logo"><a href="http://kissyui.com" alt="KISSY">
<img src="http://a.tbcdn.cn/s/kissy/logo.png"/></a></h1>
<ul class="navigation">
<li><label>切换文档版本 <select
onchange="location.href=document.getElementById('t').value;"
id="t">
<option value="/">1.3</option>
<option value="index-1.2.html">1.2.0</option>
<option value="index-1.1.6.html">1.1.6</option>
</select></label></li>
<li><a href="/1.3/docs/html/tutorials/index.html" target="_blank">Tutorials</a></li>
<li><a href="/1.3/docs/html/api/index.html" target="_blank">API</a></li>
<li><a href="/1.3/docs/html/demo/index.html" target="_blank">DEMO</a></li>
<li><a href="https://groups.google.com/group/kissy-ui" target="_blank">Google Group</a></li>
<li><a href="http://www.github.com/kissyteam" target="_blank">Source Code</a></li>
<li><a href="1.3/api/" target="_blank">English API Docs</a></li>
<li><a href="http://blog.kissyui.com/" target="_blank">Offical Blog</a></li>
</ul>
<div id="searchbox" class="searchbox">
<form class="search" action="/1.3/docs/html/search.html" method="get">
<input type="text" name="q" size="28" class="ipt"/>
<input type="submit" value="Go" class="btn"/>
<input type="hidden" name="check_keywords" value="yes"/>
<input type="hidden" name="area" value="default"/>
</form>
</div>
</div>
<div id="content">
<div class="layout grid-m0s5">
<div class="col-main">
<div class="main-wrap">
<div class="s-kissy-introduce s-module">
<div class="con">
<p>KISSY
<a href="https://travis-ci.org/kissyteam/kissy" target="_blank">
<img src="https://secure.travis-ci.org/kissyteam/kissy.png?branch=1.3.x"/>
</a>
是由阿里集团前端工程师们发起创建的一个开源 JS 框架。</p>
<p>它具备模块化、高扩展性、组件齐全,接口一致、自主开发、适合多种应用场景等特性。</p>
<p style="margin-top:5px;">你可以查看
<a href="http://demo.kissyui.com/tutorial/" target="_blank">新手指南</a>,
<a href="http://gallery.kissyui.com/kds/1.0/demo/index.html" target="_blank">demo 演示</a>,
<a href="http://demo.kissyui.com" target="_blank">demo 演示2</a>,对 KISSY 做个快速了解。
</p>
<p>KISSY is a powerfull javascript framework for building cross end web application such as desktop, mobile and pad.</p>
</div>
</div>
<!--
<div class="s-kissy-gallery s-module">
<div class="title">投票
<span style="padding-left:5px;color:#80c269;font-size:12px;font-weight:normal;">你的投票决定 KISSY 的未来</span>
</div>
<div class="con">
<iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey=dE9hdTVWdjJTTHBDUXhOWEhKU0xqcFE6MQ"
scrolling='no'
width="660" height="450" frameborder="0"
marginheight="0" marginwidth="0">正在载入...
</iframe>
</div>
</div>
-->
<div class="s-kissy-base s-module">
<div class="title">API文档</div>
<div class="con clearfix">
<div class="s-fleft">
<div>
<div class="s-captain">Seed(种子工具集)</div>
<ul class="api-seed">
<li><span><a href="/1.3/docs/html/api/seed/kissy/index.html" target="_blank">kissy</a></span></li>
<li><span><a href="/1.3/docs/html/api/seed/loader/" target="_blank">loader</a></span></li>
</ul>
</div>
<div>
<div class="s-captain">Core(核心模块集)</span>
</div>
<ul class="api-core">
<li><span><a href="/1.3/docs/html/api/core/ajax" target="_blank">ajax</a></span></li>
<li><span><a href="/1.3/docs/html/api/core/anim" target="_blank">anim</a></span></li>
<li><span><a href="/1.3/docs/html/api/core/base" target="_blank">base</a></span></li>
<li><span><a href="/1.3/docs/html/api/core/cookie" target="_blank">cookie</a></span></li>
<li><span><a href="/1.3/docs/html/api/core/dom" target="_blank">dom</a></span></li>
<li><span><a href="/1.3/docs/html/api/core/event" target="_blank">event</a></span></li>
<li><span><a href="/1.3/docs/html/api/core/json" target="_blank">json</a></span></li>
<li><span><a href="/1.3/docs/html/api/core/node" target="_blank">node</a></span></li>
<li><span><a href="/1.3/docs/html/api/core/ua" target="_blank">ua</a></span></li>
</ul>
</div>
</div>
<div class="s-fleft">
<div>
<div class="s-captain">Components(扩展模块集)</div>
<ul class="api-component">
<li><span><a href="/1.3/docs/html/api/component/button" target="_blank">button</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/calendar" target="_blank">calendar</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/color" target="_blank">color</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/combobox" target="_blank">combobox</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/datalazyload" target="_blank">datalazyload</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/dd" target="_blank">dd</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/editor" target="_blank">editor</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/imagezoom" target="_blank">imagezoom</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/menu" target="_blank">menu</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/menubutton" target="_blank">menubutton</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/mvc" target="_blank">mvc</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/overlay" target="_blank">overlay</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/promise/index.html" target="_blank">promise</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/resizable" target="_blank">resizable</a></span></li>
<li><span><a href="https://github.com/jquery/sizzle/wiki/Sizzle-Home" target="_blank">sizzle</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/stylesheet" target="_blank">stylesheet</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/swf" target="_blank">swf</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/switchable" target="_blank">switchable</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/tabs" target="_blank">tabs</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/tree" target="_blank">tree</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/uri" target="_blank">uri</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/waterfall" target="_blank">waterfall</a></span></li>
<li><span><a href="/1.3/docs/html/api/component/xtemplate" target="_blank">xtemplate</a></span></li>
</ul>
</div>
</div>
</div>
</div>
<div class="s-kissy-gallery s-module">
<iframe
frameborder='0'
src="http://gallery.kissyui.com/list" width="100%" height="800"></iframe>
</div>
<div class="s-kissy-join s-module">
<div class="title">加入我们</div>
<div class="con">
<div>讨论旺旺群:29676575</div>
<div> google group:<a href='http://groups.google.com/group/kissy-ui/' target="_blank">kissy-ui</a></div>
<div>邮箱:<a href="mailto:kissyteam@gmail.com" target="_self">kissyteam@gmail.com </a></div>
</div>
</div>
<div class="s-kissy-gallery s-module">
<div class="title">
您的建议
</div>
<div class="con comment">
<div id="disqus_thread"></div>
<script>
if ((window.location.hostname.indexOf("kissyui.com") != -1 ) && window.localStorage.getItem("kissy-commment") != "0") {
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'kissy-docs'; // required: replace example with your forum shortname
// The following are highly recommended additional parameters. Remove the slashes in front to use.
//var disqus_identifier = '/anim';
//var disqus_url = window.location;
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
}
</script>
</div>
</div>
</div>
</div>
<div class="col-sub">
<div class="s-kissy-get s-module">
<div class="con">
<div>
获取开发源码
<ul>
<li><a href="http://www.github.com/kissyteam" target="_blank">github</a></li>
</ul>
</div>
<div>
使用 KISSY
<ul>
<li><a href="http://g.tbcdn.cn/kissy/k/1.3.2/seed-min.js">CDN KISSY(1.3.2)</a></li>
<li><a href="https://github.com/kissyteam/kissy/archive/v1.3.2.zip">下载 1.3.2</a></li>
<li>
<a href="/1.3/docs/html/tutorials/change-log/1.3.0.html" target='_blank'>
1.2->1.3.0 升级指南
</a>
</li>
<li>
<a href="http://blog.kissyui.com/2013/09/27/kissy-1-3-2-released/" target='_blank'>
<span style="color:orange;font-weight: bold;">KISSY 1.3.2 is released!</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="s-kissy-dpl s-module">
<a href="./1.3/dpl/" target="_blank">
<img src="assets/dpl.png" title="kissy设计模式库"/>
</a>
</div>
<div class="s-kissy-standard s-module">
<div class="title">教程文档</div>
<div class="con">
<ul>
<li><span><a href="http://demo.kissyui.com/tutorial/" target="_blank">
新手指南
</a></span></li>
<li><span><a href="/1.3/docs/html/tutorials/project-guide/index.html" target="_blank">
项目开发指南
</a></span></li>
<li><span><a href="http://cyj.me/jquery-kissy-rosetta/" target="_blank">
jquery kissy 入门对比</a></span></li>
<li><span><a href="/1.3/docs/html/tutorials/style-guide/html-coding-style.html" target="_blank">
HTML 编码规范</a></span></li>
<li><span><a href="/1.3/docs/html/tutorials/style-guide/css-coding-style.html" target="_blank">
CSS 编码规范</a></span></li>
<li><span><a href="/1.3/docs/html/tutorials/style-guide/google-js-style.html" target="_blank">
Google JavaScript 编码规范
</a></span></li>
<li><span><a href="/1.3/docs/html/tutorials/workflow/dev-spec.html" target="_blank">
KISSY 组件开发规范
</a></span></li>
<li><span><a href="/1.3/docs/html/tutorials/style-guide/kissy-source-style.html" target="_blank">
KISSY 源码规范
</a></span></li>
<li><span><a href="https://github.com/kissyteam/kissy/blob/master/CONTRIBUTING.md" target="_blank">
KISSY 贡献指南
</a></span></li>
<li><span><a href="/1.3/docs/html/tutorials/kissy/overview/KISSY-In-Taobao.html" target="_blank">
KISSY Overview
</a></span></li>
</ul>
</div>
</div>
<div class="s-kissy-tool s-module">
<div class="title">
<span><a href="other/third.html#widget" target="_blank">更多>></a></span>
第三方组件推荐
</div>
<div class="con">
<ul>
<li><span><a href="http://swfupload.org/" target="_blank">SWFUpload: </a></span><span>Flash文件上传组件</span></li>
<li><span><a href="http://www.highcharts.com/" target="_blank">Highcharts: </a></span><span>图表控件</span></li>
<li><span><a
href="http://jonrohan.github.io/ZeroClipboard/" target="_blank">zeroclipboard: </a></span><span>flash剪贴板</span>
</li>
<li><span><a
href="http://www.thomasfrank.se/xml_to_json.html" target="_blank">xml_to_json:</a></span><span>xml to json</span>
</li>
<li><span><a href="http://dren.ch/js_blowfish/" target="_blank">Blowfish:</a></span><span>加密/解密</span></li>
<li><span><a href="http://alexgorbatchev.com/SyntaxHighlighter/" target="_blank">SyntaxHighlighter: </a></span><span>语法高亮</span>
</li>
<li><span><a href="http://lesscss.net/" target="_blank">LESSCSS: </a></span><span>CSS编程</span></li>
</ul>
</div>
</div>
<div class="s-kissy-tool s-module">
<div class="title">
<span><a href="other/third.html#tools">更多>></a></span>
常用工具推荐
</div>
<div class="con">
<ul>
<li><span><a href="/1.3/docs/html/tutorials/tools/module-compiler/index.html" target="_blank">Module
Compiler: </a></span><span>java 版模块工具集</span></li>
<li><span><a href="https://github.com/daxingplay/ModuleCompiler" target="_blank">Module
Compiler: </a></span><span>nodejs 和 grunt 版</span></li>
<li><span><a href="https://github.com/maxbbn/front-build" target="_blank">KISSY Pie: </a></span><span>整合开发工具</span></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div>©2009 - 2029 KISSY UI LIBRARY</div>
</div>
</body>
</html>