documentation.html 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Documentation &middot; Bootstrap Table</title>
  6. <meta name="author" content="zhixin">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
  9. <link rel="stylesheet" href="assets/bulletin/bulletin.css">
  10. <link rel="stylesheet" href="../src/bootstrap-table.css">
  11. <link rel="stylesheet" href="docs.css">
  12. <!--<link rel="stylesheet" href="//wenzhixin.net.cn/css/fork.css">-->
  13. <!--[if lt IE 9]>
  14. <script src="//wenzhixin.net.cn/js/html5shiv.js"></script>
  15. <script src="//wenzhixin.net.cn/js/respond.min.js"></script>
  16. <![endif]-->
  17. </head>
  18. <body>
  19. <a class="sr-only" href="#content">Skip to main content</a>
  20. <header class="navbar navbar-inverse navbar-fixed-top bs-docs-nav">
  21. <div class="container">
  22. <div class="navbar-header">
  23. <button class="navbar-toggle" type="button" data-toggle="collapse"
  24. data-target=".bs-navbar-collapse">
  25. <span class="sr-only">Toggle navigation</span>
  26. <span class="icon-bar"></span>
  27. <span class="icon-bar"></span>
  28. <span class="icon-bar"></span>
  29. </button>
  30. <a class="navbar-brand" href="index.html">
  31. Bootstrap Table
  32. </a>
  33. </div>
  34. <nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
  35. <ul class="nav navbar-nav">
  36. <li>
  37. <a href="getting-started.html">Getting started</a>
  38. </li>
  39. <li class="active">
  40. <a href="documentation.html">Documentation</a>
  41. </li>
  42. <li>
  43. <a href="examples.html">Examples</a>
  44. </li>
  45. </ul>
  46. <ul class="nav navbar-nav navbar-right">
  47. <!-- GitHub buttons: see http://ghbtns.com -->
  48. <li><iframe class="navbar-text" src="http://ghbtns.com/github-btn.html?user=wenzhixin&repo=bootstrap-table&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe></li>
  49. <li><iframe class="navbar-text" src="http://ghbtns.com/github-btn.html?user=wenzhixin&repo=bootstrap-table&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe></li>
  50. <li><iframe class="navbar-text" src="http://ghbtns.com/github-btn.html?user=wenzhixin&type=follow&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="165" height="20"></iframe></li>
  51. </ul>
  52. </nav>
  53. </div>
  54. </header>
  55. <div class="bs-header" id="content">
  56. <div class="container">
  57. <h1>Documentation</h1>
  58. <p>The documentation contains Table Properties, Column Properties, Events, Methods, and much more.</p>
  59. </div>
  60. </div>
  61. <div class="container">
  62. <div class="row">
  63. <div class="col-md-3">
  64. <div class="bs-sidebar" role="complementary">
  65. <ul class="nav bs-sidenav">
  66. <li><a href="#properties">Table Properties</a></li>
  67. <li><a href="#columns">Column Properties</a></li>
  68. <li><a href="#events">Events</a></li>
  69. <li><a href="#methods">Methods</a></li>
  70. <li><a href="#localizations">Localizations</a></li>
  71. </ul>
  72. </div>
  73. </div>
  74. <div class="col-md-9" role="main">
  75. <div class="page-header alert alert-info">
  76. <a class="close" data-dismiss="alert" href="#" aria-hidden="true">&times;</a>
  77. <b>NOTE:</b> Bootstrap Table is licensed under the <a href="https://github.com/wenzhixin/bootstrap-table/blob/master/LICENSE">The MIT License</a>. Completely free, you can arbitrarily use and modify this plugin. If this plugin is useful to you, you can <a href="http://github.com/wenzhixin/bootstrap-table"><b>Star</b></a> this repo, your support is my biggest motive force, thanks.
  78. </div>
  79. <div>
  80. <div class="page-header">
  81. <h1 id="properties">Table Properties:</h1>
  82. </div>
  83. <table id="table"></table>
  84. </div>
  85. <div>
  86. <div class="page-header">
  87. <h1 id="columns">Column Properties:</h1>
  88. </div>
  89. <table id="column"></table>
  90. </div>
  91. <div>
  92. <div class="page-header">
  93. <h1 id="events">
  94. Events:
  95. <a class="icon" href="examples.html#basic-events-table" title="Example">
  96. <i class="glyphicon glyphicon-eye-open"></i>
  97. </a>
  98. </h1>
  99. </div>
  100. <table id="event"></table>
  101. </div>
  102. <div>
  103. <div class="page-header">
  104. <h1 id="methods">
  105. Methods:
  106. <a class="icon" href="examples.html#table-methods" title="Example">
  107. <i class="glyphicon glyphicon-eye-open"></i>
  108. </a>
  109. </h1>
  110. </div>
  111. <table id="method"></table>
  112. </div>
  113. <div>
  114. <div class="page-header">
  115. <h1 id="localizations">
  116. Localizations:
  117. <a class="icon" href="https://github.com/wenzhixin/bootstrap-table/tree/master/src/locale" title="Pull Request">
  118. <i class="glyphicon glyphicon-cutlery"></i>
  119. </a>
  120. </h1>
  121. </div>
  122. <table id="localization"></table>
  123. </div>
  124. </div>
  125. </div>
  126. </div>
  127. <!--<a href="https://github.com/wenzhixin/bootstrap-table" class="fork_me"></a>-->
  128. <footer class="bs-footer" role="contentinfo">
  129. <div class="container">
  130. <p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
  131. <ul class="footer-links">
  132. <li>Currently: v1.1.5</li>
  133. <li class="muted">·</li>
  134. <li><a href="http://wenzhixin.net.cn">My website</a></li>
  135. <li class="muted">·</li>
  136. <li><a href="http://repos.wenzhixin.net.cn">My repos</a></li>
  137. <li class="muted">·</li>
  138. <li><a href="https://github.com/wenzhixin">Github (@wenzhixin)</a></li>
  139. <li class="muted">·</li>
  140. <li><a href="https://github.com/wenzhixin/bootstrap-table/issues?state=open">Issues</a></li>
  141. <li class="muted">·</li>
  142. <li><a href="mailto:wenzhixin2010@gmail.com">Email</a></li>
  143. </ul>
  144. </div>
  145. </footer>
  146. <div class="goto-top">
  147. <i class="glyphicon glyphicon-plane"></i>
  148. </div>
  149. <div id="bulletin" class="bulletin">
  150. <ul>
  151. <li><a href="http://repos.wenzhixin.net.cn/">My Repositories - Show my repositories list.</a></li>
  152. <li><a href="http://wenzhixin.net.cn/p/multiple-select/">Multiple Select - Multiple select is a jQuery plugin to select multiple elements with checkboxes.</a></li>
  153. <li><a href="https://github.com/wenzhixin/bootstrap-show-password">Bootstrap Show Password - Show/hide password plugin for bootstrap.</a></li>
  154. <li><a href="http://wenzhixin.net.cn/p/bulletin/">Bulletin - A jQuery plugin to show bulletin for website.</a></li>
  155. </ul>
  156. <div class="close"><a href="javascript:void(0)">×</a></div>
  157. </div>
  158. <script src="assets/jquery.min.js"></script>
  159. <script src="assets/bootstrap/js/bootstrap.min.js"></script>
  160. <script src="assets/bulletin/jquery.bulletin.js"></script>
  161. <script src="../src/bootstrap-table.js"></script>
  162. <script src="docs.js"></script>
  163. <script src="common.js"></script>
  164. <script src="//wenzhixin.net.cn/js/analytics.js"></script>
  165. <!-- Baidu share -->
  166. <script id="bdshare_js" data="type=slide&amp;img=6&amp;pos=right&amp;uid=6692400"></script>
  167. <script id="bdshell_js"></script>
  168. <!-- Go to www.addthis.com/dashboard to customize your tools -->
  169. <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-53c78e93678a7b4d"></script>
  170. </body>
  171. </html>