浏览代码

Update the documentation.

zhixin 11 年之前
父节点
当前提交
e41003b81b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      docs/documentation.html

+ 3 - 0
docs/documentation.html

@@ -94,12 +94,14 @@
                 <div class="page-header">
                 <div class="page-header">
                     <h1 id="properties" data-zh="表格属性">Table Properties</h1>
                     <h1 id="properties" data-zh="表格属性">Table Properties</h1>
                 </div>
                 </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>
                 <table id="table"></table>
             </div>
             </div>
             <div>
             <div>
                 <div class="page-header">
                 <div class="page-header">
                     <h1 id="columns" data-zh="列属性">Column Properties</h1>
                     <h1 id="columns" data-zh="列属性">Column Properties</h1>
                 </div>
                 </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>
                 <table id="column"></table>
             </div>
             </div>
             <div>
             <div>
@@ -122,6 +124,7 @@
                         </a>
                         </a>
                     </h1>
                     </h1>
                 </div>
                 </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>
                 <table id="method"></table>
             </div>
             </div>
             <div>
             <div>