documentation.html 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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="../src/bootstrap-table.css">
  10. <link rel="stylesheet" href="docs.css">
  11. <!--<link rel="stylesheet" href="//wenzhixin.net.cn/css/fork.css">-->
  12. <!--[if lt IE 9]>
  13. <script src="//wenzhixin.net.cn/js/html5shiv.js"></script>
  14. <script src="//wenzhixin.net.cn/js/respond.min.js"></script>
  15. <![endif]-->
  16. </head>
  17. <body>
  18. <a class="sr-only" href="#content">Skip to main content</a>
  19. <header class="navbar navbar-inverse navbar-fixed-top bs-docs-nav">
  20. <div class="container">
  21. <div class="navbar-header">
  22. <button class="navbar-toggle" type="button" data-toggle="collapse"
  23. data-target=".bs-navbar-collapse">
  24. <span class="sr-only">Toggle navigation</span>
  25. <span class="icon-bar"></span>
  26. <span class="icon-bar"></span>
  27. <span class="icon-bar"></span>
  28. </button>
  29. <a class="navbar-brand" href="index.html">
  30. Bootstrap Table
  31. </a>
  32. </div>
  33. <nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
  34. <ul class="nav navbar-nav">
  35. <li>
  36. <a href="getting-started.html">Getting started</a>
  37. </li>
  38. <li class="active">
  39. <a href="documentation.html">Documentation</a>
  40. </li>
  41. <li>
  42. <a href="examples.html">Examples</a>
  43. </li>
  44. </ul>
  45. <ul class="nav navbar-nav navbar-right">
  46. <!-- GitHub buttons: see http://ghbtns.com -->
  47. <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>
  48. <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>
  49. <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>
  50. </ul>
  51. </nav>
  52. </div>
  53. </header>
  54. <div class="bs-header" id="content">
  55. <div class="container">
  56. <h1>Documentation</h1>
  57. <p>The documentation contains Table Properties, Column Properties, Events, Methods, and much more.</p>
  58. </div>
  59. </div>
  60. <div class="container">
  61. <div class="row">
  62. <div class="col-md-3">
  63. <div class="bs-sidebar" role="complementary">
  64. <ul class="nav bs-sidenav">
  65. <li><a href="#properties">Table Properties</a></li>
  66. <li><a href="#columns">Column Properties</a></li>
  67. <li><a href="#events">Events</a></li>
  68. <li><a href="#methods">Methods</a></li>
  69. <li><a href="#localizations">Localizations</a></li>
  70. </ul>
  71. </div>
  72. </div>
  73. <div class="col-md-9" role="main">
  74. <div class="page-header alert alert-info">
  75. <a class="close" data-dismiss="alert" href="#" aria-hidden="true">&times;</a>
  76. <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.
  77. </div>
  78. <div>
  79. <div class="page-header">
  80. <h1 id="properties">Table Properties:</h1>
  81. </div>
  82. <table id="table"></table>
  83. </div>
  84. <div>
  85. <div class="page-header">
  86. <h1 id="columns">Column Properties:</h1>
  87. </div>
  88. <table id="column"></table>
  89. </div>
  90. <div>
  91. <div class="page-header">
  92. <h1 id="events">
  93. Events:
  94. <a class="icon" href="examples.html#basic-events-table" title="Example">
  95. <i class="glyphicon glyphicon-eye-open"></i>
  96. </a>
  97. </h1>
  98. </div>
  99. <table id="event"></table>
  100. </div>
  101. <div>
  102. <div class="page-header">
  103. <h1 id="methods">
  104. Methods:
  105. <a class="icon" href="examples.html#table-methods" title="Example">
  106. <i class="glyphicon glyphicon-eye-open"></i>
  107. </a>
  108. </h1>
  109. </div>
  110. <table id="method"></table>
  111. </div>
  112. <div>
  113. <div class="page-header">
  114. <h1 id="localizations">
  115. Localizations:
  116. <a class="icon" href="https://github.com/wenzhixin/bootstrap-table/tree/master/src/locale" title="Pull Request">
  117. <i class="glyphicon glyphicon-cutlery"></i>
  118. </a>
  119. </h1>
  120. </div>
  121. <table id="localization"></table>
  122. </div>
  123. </div>
  124. </div>
  125. </div>
  126. <!--<a href="https://github.com/wenzhixin/bootstrap-table" class="fork_me"></a>-->
  127. <footer class="bs-footer" role="contentinfo">
  128. <div class="container">
  129. <p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
  130. <ul class="footer-links">
  131. <li>Currently: v1.1.5</li>
  132. <li class="muted">·</li>
  133. <li><a href="http://wenzhixin.net.cn">My website</a></li>
  134. <li class="muted">·</li>
  135. <li><a href="http://repos.wenzhixin.net.cn">My repos</a></li>
  136. <li class="muted">·</li>
  137. <li><a href="https://github.com/wenzhixin">Github (@wenzhixin)</a></li>
  138. <li class="muted">·</li>
  139. <li><a href="https://github.com/wenzhixin/bootstrap-table/issues?state=open">Issues</a></li>
  140. <li class="muted">·</li>
  141. <li><a href="mailto:wenzhixin2010@gmail.com">Email</a></li>
  142. </ul>
  143. </div>
  144. </footer>
  145. <div class="goto-top">
  146. <i class="glyphicon glyphicon-plane"></i>
  147. </div>
  148. <script src="assets/jquery.min.js"></script>
  149. <script src="assets/bootstrap/js/bootstrap.min.js"></script>
  150. <script src="../src/bootstrap-table.js"></script>
  151. <script src="docs.js"></script>
  152. <script src="common.js"></script>
  153. <script src="//wenzhixin.net.cn/js/analytics.js"></script>
  154. <!-- Baidu share -->
  155. <script id="bdshare_js" data="type=slide&amp;img=6&amp;pos=right&amp;uid=6692400"></script>
  156. <script id="bdshell_js"></script>
  157. <!-- Go to www.addthis.com/dashboard to customize your tools -->
  158. <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-53c78e93678a7b4d"></script>
  159. </body>
  160. </html>