Browse Source

Update the documentation.

zhixin 11 years ago
parent
commit
e41003b81b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/documentation.html

+ 3 - 0
docs/documentation.html

@@ -94,12 +94,14 @@
                 <div class="page-header">
                     <h1 id="properties" data-zh="表格属性">Table Properties</h1>
                 </div>
+                <p data-zh="表格属性定义在<code>jQuery.fn.bootstrapTable.defaults</code>中。">The table properties is defined in <code>jQuery.fn.bootstrapTable.defaults</code>.</p>
                 <table id="table"></table>
             </div>
             <div>
                 <div class="page-header">
                     <h1 id="columns" data-zh="列属性">Column Properties</h1>
                 </div>
+                <p data-zh="列属性定义在<code>jQuery.fn.bootstrapTable.columnDefaults</code>中。">The column properties is defined in <code>jQuery.fn.bootstrapTable.columnDefaults</code>.</p>
                 <table id="column"></table>
             </div>
             <div>
@@ -122,6 +124,7 @@
                         </a>
                     </h1>
                 </div>
+                <p data-zh="调用方法的语法为:。<code>$('#table').bootstrapTable('method', parameter);</code>">The calling method syntax: <code>$('#table').bootstrapTable('method', parameter);</code>.</p> 
                 <table id="method"></table>
             </div>
             <div>