ソースを参照

Update documentation.

zhixin 11 年 前
コミット
e2e46ede5c
2 ファイル変更21 行追加3 行削除
  1. 3 0
      docs/docs.css
  2. 18 3
      docs/documentation.html

+ 3 - 0
docs/docs.css

@@ -1219,4 +1219,7 @@ h1[id], h2[id] {
     opacity: 0.8;
     color: #fff;
     background: #428bca;
+}
+h1 .icon {
+    font-size: 14px;
 }

+ 18 - 3
docs/documentation.html

@@ -90,19 +90,34 @@
             </div>
             <div>
                 <div class="page-header">
-                    <h1 id="events">Events:</h1>
+                    <h1 id="events">
+                        Events:
+                        <a class="icon" href="examples.html#table-events" title="Example">
+                            <i class="glyphicon glyphicon-eye-open"></i>
+                        </a>
+                    </h1>
                 </div>
                 <table id="event"></table>
             </div>
             <div>
                 <div class="page-header">
-                    <h1 id="methods">Methods:</h1>
+                    <h1 id="methods">
+                        Methods:
+                        <a class="icon" href="examples.html#table-methods" title="Example">
+                            <i class="glyphicon glyphicon-eye-open"></i>
+                        </a>
+                    </h1>
                 </div>
                 <table id="method"></table>
             </div>
             <div>
                 <div class="page-header">
-                    <h1 id="localizations">Localizations:</h1>
+                    <h1 id="localizations">
+                        Localizations:
+                        <a class="icon" href="https://github.com/wenzhixin/bootstrap-table/tree/master/src/locale" title="Pull Request">
+                            <i class="glyphicon glyphicon-cutlery"></i>
+                        </a>
+                    </h1>
                 </div>
                 <table id="localization"></table>
             </div>