corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 # Table Toolbar
2  
3 Use Plugin: [bootstrap-table-toolbar](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/toolbar)
4  
5 ## Usage
6  
7 ```html
8 <script src="extensions/toolbar/bootstrap-table-toolbar.js"></script>
9 ```
10  
11 ## Options
12  
13 ### advancedSearch
14  
15 * type: Boolean
16 * description: Set true to allow the advanced search.
17 * default: `false`
18  
19 ### idForm
20  
21 * type: String
22 * description: Must be set to know the idform.
23 * default: `advancedSearch`
24  
25 ### actionForm
26  
27 * type: String
28 * description: Set the action of the form (pop-up).
29 * default: ``
30  
31 ### idTable
32  
33 * type: String
34 * description: Set the id of the table to create the pop-up form. Required.
35 * default: ``
36  
37 ## Locales
38  
39 ### formatAdvancedSearch
40  
41 * description: Title of the advanced search modal
42 * default: `Advanced search`
43  
44 ### formatAdvancedCloseButton
45  
46 * description: Text of the close button
47 * default: `Close`
48  
49 ## Events
50  
51 ### onColumnAdvancedSearch(column-advanced-search.bs.table)
52  
53 * Fired when we are searching into the advanced search form