Browse Source

Update extensions title

zhixin 7 years ago
parent
commit
d00bacab36

+ 26 - 0
site/_data/nav.yml

@@ -19,6 +19,32 @@
   pages:
     - title: Accent Neutralise
     - title: Addrbar
+    - title: Auto Refresh
+    - title: Cookie
+    - title: Copy Rows
+    - title: Defer URL
+    - title: Editable
+    - title: Export
+    - title: Filter Control
+    - title: Group By v2
+    - title: Group By
+    - title: i18n Enhance
+    - title: Key Events
+    - title: Mobile
+    - title: Multi Column Toggle
+    - title: Multiple Search
+    - title: Multiple Selection Row
+    - title: Multiple Sort
+    - title: Natural Sorting
+    - title: Page Jump To
+    - title: Print
+    - title: Reorder Columns
+    - title: Reorder Rows
+    - title: Resizable
+    - title: Select2 Filter
+    - title: Sticky Header
+    - title: Toolbar
+    - title: Treegrid
 
 - title: FAQ
 

+ 7 - 1
site/docs/extensions/auto-refresh.md

@@ -1,4 +1,10 @@
-# Auto Refresh
+---
+layout: docs
+title: Table Auto Refresh
+description: Table Auto Refresh extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [bootstrap-table-auto-refresh](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/auto-refresh)
 

+ 7 - 1
site/docs/extensions/cookie.md

@@ -1,4 +1,10 @@
-# Cookie
+---
+layout: docs
+title: Table Cookie
+description: Table Cookie extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [bootstrap-table-cookie](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/cookie)
 

+ 7 - 1
site/docs/extensions/copy-rows.md

@@ -1,4 +1,10 @@
-# Copy Rows
+---
+layout: docs
+title: Table Copy Rows
+description: Table Copy Rows extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [copy-rows](https://github.com/wenzhixin/bootstrap-table/tree/develop/src/extensions/copy-rows)
 

+ 7 - 1
site/docs/extensions/defer-url.md

@@ -1,4 +1,10 @@
-# Defer URL
+---
+layout: docs
+title: Table Defer URL
+description: Table Defer URL extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [bootstrap-table-defer-url](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/defer-url)
 

+ 7 - 1
site/docs/extensions/editable.md

@@ -1,4 +1,10 @@
-# Editable
+---
+layout: docs
+title: Table Editable
+description: Table Editable extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [x-editable](https://github.com/vitalets/x-editable)
 

+ 7 - 1
site/docs/extensions/export.md

@@ -1,4 +1,10 @@
-# Export
+---
+layout: docs
+title: Table Export
+description: Table Export extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [tableExport.jquery.plugin](https://github.com/hhurz/tableExport.jquery.plugin)
 

+ 7 - 1
site/docs/extensions/filter-control.md

@@ -1,4 +1,10 @@
-# Filter Control
+---
+layout: docs
+title: Table Filter Control
+description: Table Filter Control extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [bootstrap-table-filter-control](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter-control) </br>
 Dependence if you use the datepicker option: [bootstrap-datepicker](https://github.com/eternicode/bootstrap-datepicker) v1.4.0

+ 7 - 1
site/docs/extensions/group-by-v2.md

@@ -1,4 +1,10 @@
-# Group By v2
+---
+layout: docs
+title: Table Group By v2
+description: Table Group By v2 extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [bootstrap-table-group-by-v2](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/group-by-v2) </br>
 You must include the bootstrap-table-group-by.css file in order to get the appropriate style

+ 7 - 1
site/docs/extensions/group-by.md

@@ -1,4 +1,10 @@
-# Group By
+---
+layout: docs
+title: Table Group By
+description: Table Group By extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [bootstrap-table-group-by](https://github.com/djhvscf/bootstrap-table-group-by) </br>
 Dependence: [jquery-treetable](https://github.com/ludo/jquery-treetable/) v3.2.0 </br>

+ 7 - 1
site/docs/extensions/i18n-enhance.md

@@ -1,4 +1,10 @@
-# i18n Enhance
+---
+layout: docs
+title: Table i18n Enhance
+description: Table i18n Enhance extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [bootstrap-table-i18n-enhance](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/select2-filter)
 

+ 7 - 1
site/docs/extensions/key-events.md

@@ -1,4 +1,10 @@
-# Table Key Events
+---
+layout: docs
+title: Table Key Events
+description: Table Key Events extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [bootstrap-table-key-events](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/key-events)
 

+ 7 - 1
site/docs/extensions/mobile.md

@@ -1,4 +1,10 @@
-# Table Mobile
+---
+layout: docs
+title: Table Mobile
+description: Table Mobile extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [bootstrap-table-mobile](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/mobile)
 

+ 8 - 2
site/docs/extensions/multi-column-toggle.md

@@ -1,4 +1,10 @@
-# Multi Column Toggle
+---
+layout: docs
+title: Table Multi Column Toggle
+description: Table Multi Column Toggle extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [multi-column-toggle](https://github.com/wenzhixin/bootstrap-table/tree/develop/src/extensions/multi-column-toggle)
 
@@ -21,7 +27,7 @@ Adds a button to the toolbar that hides and shows all columns that are 'switchab
 ### multiToggleDefaults
 
 * type: Array of Strings
-* description: Defines 'default' columns that will never be hidden with this extension. These are different from 
+* description: Defines 'default' columns that will never be hidden with this extension. These are different from
 * default: `[]`
 * example html: `data-multi-toggle-defaults='["column1", "column2"]'`
 

+ 7 - 1
site/docs/extensions/multiple-search.md

@@ -1,4 +1,10 @@
-# Table Multiple Search
+---
+layout: docs
+title: Table Multiple Search
+description: Table Multiple Search extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [bootstrap-table-multiple-search](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-search)
 

+ 7 - 1
site/docs/extensions/multiple-selection-row.md

@@ -1,4 +1,10 @@
-# Table Multiple Selection Row
+---
+layout: docs
+title: Table Multiple Selection Row
+description: Table Multiple Selection Row extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [bootstrap-table-multiple-selection-row](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-selection-row)
 

+ 7 - 1
site/docs/extensions/multiple-sort.md

@@ -1,4 +1,10 @@
-# Table Multiple Sort
+---
+layout: docs
+title: Table Multiple Sort
+description: Table Multiple Sort extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [bootstrap-table-multiple-sort](https://github.com/dimbslmh/bootstrap-table/tree/master/src/extensions/multiple-sort)
 

+ 7 - 1
site/docs/extensions/natural-sorting.md

@@ -1,4 +1,10 @@
-# Table Natural Sorting
+---
+layout: docs
+title: Table Natural Sorting
+description: Table Natural Sorting extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [bootstrap-table-natural-sorting](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/natural-sorting)
 

+ 7 - 1
site/docs/extensions/page-jumpto.md

@@ -1,4 +1,10 @@
-# Table Jump-to
+---
+layout: docs
+title: Table Page Jump To
+description: Table Page Jump To extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 ## Usage
 

+ 11 - 5
site/docs/extensions/print.md

@@ -1,4 +1,10 @@
-# Print
+---
+layout: docs
+title: Table Print
+description: Table Print extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Adds a button to the toolbar for printing the table in a predefined configurable format.
 
@@ -25,13 +31,13 @@ Adds a button to the toolbar for printing the table in a predefined configurable
 ### printSortColumn
 
 * type: String
-* description: set column field name to sort by for the printed table 
+* description: set column field name to sort by for the printed table
 * default: `undefined`
 
 ### printSortOrder
 
 * type: String
-* description: Valid values: 'asc', 'desc'. Relevant only if printSortColumn is set 
+* description: Valid values: 'asc', 'desc'. Relevant only if printSortColumn is set
 * default: `'asc'`
 
 ### printPageBuilder
@@ -45,13 +51,13 @@ Adds a button to the toolbar for printing the table in a predefined configurable
 ### printFilter
 
 * type: String
-* description: set value to filter the printed data by this column. 
+* description: set value to filter the printed data by this column.
 * default: `undefined`
 
 ### printIgnore
 
 * type: Boolean
-* description: set true to hide this column in the printed page. 
+* description: set true to hide this column in the printed page.
 * default: `false`
 
 ### printFormatter

+ 7 - 1
site/docs/extensions/reorder-columns.md

@@ -1,4 +1,10 @@
-# Table Reorder Columns
+---
+layout: docs
+title: Table Reorder Columns
+description: Table Reorder Columns extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [bootstrap-table-reorder-columns](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-columns) </br>
 Dependence: [dragTable](https://github.com/akottr/dragtable/) v2.0.14 (must include the css file), </br>

+ 7 - 1
site/docs/extensions/reorder-rows.md

@@ -1,4 +1,10 @@
-# Table Reorder Rows
+---
+layout: docs
+title: Table Reorder Rows
+description: Table Reorder Rows extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [bootstrap-table-reorder-rows](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-rows) </br>
 Dependence: [tablednd](https://github.com/isocra/TableDnD) v0.9, </br>

+ 7 - 1
site/docs/extensions/resizable.md

@@ -1,4 +1,10 @@
-# Table Resizable
+---
+layout: docs
+title: Table Resizable
+description: Table Resizable extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [bootstrap-table-resizable](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/resizable) </br>
 Dependence: [jquery-resizable-columns](https://github.com/dobtco/jquery-resizable-columns) v0.2.3

+ 7 - 1
site/docs/extensions/select2-filter.md

@@ -1,4 +1,10 @@
-# Table Select2 Filter
+---
+layout: docs
+title: Table Select2 Filter
+description: Table Select2 Filter extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [bootstrap-table-select2-filter](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/select2-filter) </br>
 Dependence if you use the select2 option: [Select2](https://select2.github.io/) v4.0.0 upper

+ 7 - 1
site/docs/extensions/sticky-header.md

@@ -1,4 +1,10 @@
-# Table sticky-header
+---
+layout: docs
+title: Table Sticky Header
+description: Table Sticky Header extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 This is an extension for [Bootstrap table](http://github.com/wenzhixin/bootstrap-table) module which provides a sticky header for the table when scrolling. </br>
 You must include the bootstrap-table-sticky-header.css file in order to get the appropriate style

+ 7 - 1
site/docs/extensions/toolbar.md

@@ -1,4 +1,10 @@
-# Table Toolbar
+---
+layout: docs
+title: Table Toolbar
+description: Table Toolbar extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [bootstrap-table-toolbar](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/toolbar)
 

+ 7 - 1
site/docs/extensions/treegrid.md

@@ -1,4 +1,10 @@
-# Table Treegrid
+---
+layout: docs
+title: Table Treegrid
+description: Table Treegrid extension of Bootstrap Table.
+group: extensions
+toc: true
+---
 
 Use Plugin: [bootstrap-table-treegrid](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/treegrid)
 

src/extensions/page-jumpto/bootstrap-table-jumpto.css → src/extensions/page-jump-to/bootstrap-table-page-jump-to.css


src/extensions/page-jumpto/bootstrap-table-jumpto.js → src/extensions/page-jump-to/bootstrap-table-page-jump-to.js