PageRenderTime 23ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

/docs/html/api/component/index.html

https://github.com/YuhangGe/kissyteam.github.com
HTML | 280 lines | 240 code | 21 blank | 19 comment | 0 complexity | b0c36777860b78cf35b41bfc2616805e MD5 | raw file
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8"/>
  5. <title>Component &mdash; KISSY Docs valpha documentation</title>
  6. <link rel="stylesheet" href="../../static/reset.css"/>
  7. <link rel="stylesheet" href="../../static/kissy.css"/>
  8. <link rel="stylesheet" href="../../static/pygments.css"/>
  9. <link rel="shortcut icon" href="../../static/favicon.ico"/>
  10. <link href='http://fonts.googleapis.com/css?family=Philosopher' rel='stylesheet' type='text/css'>
  11. <script>
  12. var DOCUMENTATION_OPTIONS = {
  13. URL_ROOT: '../../',
  14. VERSION: 'alpha',
  15. COLLAPSE_INDEX: false,
  16. FILE_SUFFIX: '.html',
  17. HAS_SOURCE: true
  18. };
  19. if(window.location.href.indexOf("localhost/kissy_git/")!=-1){
  20. document.write('<script src="http://localhost/kissy_git/kissy/build/kissy.js"'+'><'+'/script>');
  21. } else{
  22. document.write('<script src="http://yiminghe.github.com/kissy/build/kissy.js"'+'>'+'<'+'/script>');
  23. }
  24. </script>
  25. <script type="text/javascript" src="../../static/jquery.js"></script>
  26. <script type="text/javascript" src="../../static/underscore.js"></script>
  27. <script type="text/javascript" src="../../static/doctools.js"></script>
  28. </head>
  29. <body><div id="header">
  30. <h1 class="logo"><a alt="KISSY" href="http://docs.kissyui.com"><img src="../../static/logo.png"/></a></h1>
  31. <p class="desc">小巧灵活简洁实用愉悦编码快乐开发</p>
  32. <ul class="navigation">
  33. <li><a href="../../../html/quickstart/index.html">快速上手</a></li>
  34. <li><a href="../../../html/api/index.html">API</a></li>
  35. <li><a href="../../../html/demo/index.html">DEMO</a></li>
  36. <li><a href="http://blog.kissyui.com/">博客</a></li>
  37. <!--<li><a href="mailto:all@kissyui.com">论坛</a></li>-->
  38. <li><a href="http://www.github.com/kissyteam">源码</a></li>
  39. </ul>
  40. <div id="searchbox" style="display: none" class="searchbox">
  41. <form class="search" action="../../search.html" method="get">
  42. <input type="text" name="q" size="28" class="ipt"/>
  43. <input type="submit" value="Go" class="btn"/>
  44. <input type="hidden" name="check_keywords" value="yes" />
  45. <input type="hidden" name="area" value="default" />
  46. </form>
  47. </div>
  48. <script type="text/javascript">$('#searchbox').show(0);</script>
  49. </div>
  50. <div id="content">
  51. <div class="layout grid-s6m0">
  52. <div class="col-main">
  53. <div class="main-wrap">
  54. <div class='related'>
  55. <h3>Navigation</h3>
  56. <ul>
  57. <li class="right" style="margin-right: 10px">
  58. <a href="../../genindex.html" title="General Index"
  59. accesskey="I">index</a></li>
  60. <li class="right" >
  61. <a href="../../py-modindex.html" title="Python Module Index"
  62. >modules</a> | </li>
  63. <li class="right" >
  64. <a href="template/index.html" title="Template"
  65. accesskey="N">next</a> | </li>
  66. <li class="right" >
  67. <a href="../core/anim/index.html" title="Anim"
  68. accesskey="P">previous</a> | </li>
  69. <li><a href="../../index.html">KISSY Docs</a> &#187; </li>
  70. <li><a href="../index.html" accesskey="U">API文档</a> &#187; </li>
  71. </ul>
  72. </div>
  73. <div class="section" id="component">
  74. <span id="id1"></span><h1>Component<a class="headerlink" href="#component" title="Permalink to this headline"></a></h1>
  75. <div class="toctree-wrapper compound">
  76. <ul>
  77. <li class="toctree-l1"><a class="reference internal" href="template/index.html">Template</a><ul class="simple">
  78. </ul>
  79. </li>
  80. <li class="toctree-l1"><a class="reference internal" href="datalazyload/index.html">DataLazyload</a><ul class="simple">
  81. </ul>
  82. </li>
  83. <li class="toctree-l1"><a class="reference internal" href="flash/index.html">flash</a><ul>
  84. <li class="toctree-l2"><a class="reference internal" href="flash/flash-ua.html">flash-ua</a><ul class="simple">
  85. </ul>
  86. </li>
  87. <li class="toctree-l2"><a class="reference internal" href="flash/flash-embed.html">flash-embed</a><ul class="simple">
  88. </ul>
  89. </li>
  90. </ul>
  91. </li>
  92. <li class="toctree-l1"><a class="reference internal" href="dd/index.html">DD</a><ul>
  93. <li class="toctree-l2"><a class="reference internal" href="dd/draggable.html">Draggable</a><ul class="simple">
  94. </ul>
  95. </li>
  96. <li class="toctree-l2"><a class="reference internal" href="dd/droppable.html">Droppable</a><ul class="simple">
  97. </ul>
  98. </li>
  99. <li class="toctree-l2"><a class="reference internal" href="dd/ddm.html">DDM</a><ul class="simple">
  100. </ul>
  101. </li>
  102. <li class="toctree-l2"><a class="reference internal" href="dd/draggable-delegate.html">DraggableDelegate</a><ul class="simple">
  103. </ul>
  104. </li>
  105. <li class="toctree-l2"><a class="reference internal" href="dd/droppable-delegate.html">DroppableDelegate</a><ul class="simple">
  106. </ul>
  107. </li>
  108. <li class="toctree-l2"><a class="reference internal" href="dd/proxy.html">Proxy</a><ul class="simple">
  109. </ul>
  110. </li>
  111. <li class="toctree-l2"><a class="reference internal" href="dd/scroll.html">Scroll</a><ul class="simple">
  112. </ul>
  113. </li>
  114. </ul>
  115. </li>
  116. <li class="toctree-l1"><a class="reference internal" href="switchable/index.html">Switchable</a><ul>
  117. <li class="toctree-l2"><a class="reference internal" href="switchable/switchable.html">Switchable</a><ul class="simple">
  118. </ul>
  119. </li>
  120. <li class="toctree-l2"><a class="reference internal" href="switchable/tabs.html">Tabs</a></li>
  121. <li class="toctree-l2"><a class="reference internal" href="switchable/slide.html">Slide</a><ul class="simple">
  122. </ul>
  123. </li>
  124. <li class="toctree-l2"><a class="reference internal" href="switchable/carousel.html">Carousel</a><ul class="simple">
  125. </ul>
  126. </li>
  127. <li class="toctree-l2"><a class="reference internal" href="switchable/accordion.html">Accordion</a><ul class="simple">
  128. </ul>
  129. </li>
  130. </ul>
  131. </li>
  132. <li class="toctree-l1"><a class="reference internal" href="suggest/index.html">Suggest</a><ul class="simple">
  133. </ul>
  134. </li>
  135. <li class="toctree-l1"><a class="reference internal" href="calendar/index.html">Calendar</a><ul class="simple">
  136. </ul>
  137. </li>
  138. <li class="toctree-l1"><a class="reference internal" href="imagezoom/index.html">ImageZoom</a><ul class="simple">
  139. </ul>
  140. </li>
  141. <li class="toctree-l1"><a class="reference internal" href="overlay/index.html">Overlay</a><ul>
  142. <li class="toctree-l2"><a class="reference internal" href="overlay/overlay.html">Overlay</a><ul class="simple">
  143. </ul>
  144. </li>
  145. <li class="toctree-l2"><a class="reference internal" href="overlay/dialog.html">Dialog</a><ul class="simple">
  146. </ul>
  147. </li>
  148. <li class="toctree-l2"><a class="reference internal" href="overlay/popup.html">Popup</a><ul class="simple">
  149. </ul>
  150. </li>
  151. </ul>
  152. </li>
  153. </ul>
  154. </div>
  155. </div>
  156. <div>
  157. <label>
  158. 评论
  159. <select id='openComment'>
  160. <option value='1'>打开</option>
  161. <option value='0'>关闭</option>
  162. </select>
  163. </label>
  164. <script>
  165. if(!window.localStorage){
  166. KISSY.one("#openComment").attr("disabled",true);
  167. }else{
  168. KISSY.one("#openComment").val(window.localStorage.getItem("kissy-commment")||"1");
  169. KISSY.one("#openComment").on("change",function(){
  170. window.localStorage.setItem("kissy-commment",KISSY.one("#openComment").val());
  171. window.location.reload();
  172. });
  173. }
  174. </script>
  175. </div>
  176. <div id="disqus_thread"></div>
  177. <script>
  178. if((window.location.hostname.indexOf("kissyui.com")!=-1 )&& window.localStorage.getItem("kissy-commment")!="0"){
  179. /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
  180. var disqus_shortname = 'kissy-docs'; // required: replace example with your forum shortname
  181. // The following are highly recommended additional parameters. Remove the slashes in front to use.
  182. //var disqus_identifier = '/anim';
  183. //var disqus_url = window.location;
  184. /* * * DON'T EDIT BELOW THIS LINE * * */
  185. (function() {
  186. var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
  187. dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
  188. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  189. })();
  190. }
  191. </script>
  192. <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  193. <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
  194. <!--<div id="google-search-box">
  195. <div id="cse" style="width: 100%;">Loading</div>
  196. <script>
  197. if(window.location.hostname.indexOf("kissyui.com")!=-1){
  198. document.write('<script src="http://www.google.com/jsapi" type="text/javascript"><'+'/script>');
  199. }
  200. </script>
  201. <script>
  202. if(window.location.hostname.indexOf("kissyui.com")!=-1){
  203. google.load('search', '1', {language : 'zh-CN', style : google.loader.themes.MINIMALIST});
  204. google.setOnLoadCallback(function() {
  205. var customSearchControl = new google.search.CustomSearchControl('012347804910294994683:n4uzb24gqdm');
  206. customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
  207. customSearchControl.draw('cse');
  208. }, true);
  209. }
  210. </script>
  211. </div>-->
  212. </div>
  213. </div>
  214. <div class="col-sub"><ul class="s-box api-toctree">
  215. <h2 class="s-box-hd">Seed</h2>
  216. <ul class="s-box-bd">
  217. <li><a href="../seed/loader/index.html">Loader</a></li>
  218. <li><a href="../seed/kissy/index.html">kissy</a></li>
  219. <li><a href="../seed/lang/index.html">lang</a></li>
  220. <li><a href="../seed/web/index.html">web</a></li>
  221. </ul>
  222. </ul>
  223. <ul class="s-box core-toctree">
  224. <h2 class="s-box-hd">Core</h2>
  225. <ul class="s-box-bd">
  226. <li><a href="../core/ua/index.html">ua</a></li>
  227. <li><a href="../core/dom/index.html">DOM</a></li>
  228. <li><a href="../core/event/index.html">event</a></li>
  229. <li><a href="../core/node/index.html">node</a></li>
  230. <li><a href="../core/json/index.html">json</a></li>
  231. <li><a href="../core/ajax/index.html">ajax</a></li>
  232. <li><a href="../core/cookie/index.html">cookie</a></li>
  233. <li><a href="../core/base/index.html">base</a></li>
  234. <li><a href="../core/anim/index.html">anim</a></li>
  235. </ul>
  236. </ul>
  237. <ul class="s-box component-toctree">
  238. <h2 class="s-box-hd">Component</h2>
  239. <ul class="s-box-bd">
  240. <li><a href="https://github.com/jquery/sizzle/wiki/Sizzle-Home">sizzle</a></li>
  241. <li><a href="template/index.html">template</a></li>
  242. <li><a href="datalazyload/index.html">datalazyload</a></li>
  243. <li><a href="flash/index.html">flash</a></li>
  244. <li><a href="dd/index.html">dd</a></li>
  245. <li><a href="switchable/index.html">switchable</a></li>
  246. <li><a href="suggest/index.html">suggest</a></li>
  247. <li><a href="calendar/index.html">calendar</a></li>
  248. <li><a href="imagezoom/index.html">imagezoom</a></li>
  249. <li><a href="overlay/index.html">overlay</a></li>
  250. </ul>
  251. </ul>
  252. </div>
  253. </div>
  254. </div>
  255. <div id="footer">
  256. &copy; Copyright 2010~2011, KISSY Team. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>
  257. </div>
  258. </body>
  259. </html>