@@ -18,7 +18,7 @@ selectize.off('event_name', handler);
18
18
<table width =" 100% " >
19
19
<tr>
20
20
<th valign="top" width="200px" align="left">Event</th>
21
- <th valign="top" width="100px " align="left">Params</th>
21
+ <th valign="top" width="150px " align="left">Params</th>
22
22
<th valign="top" align="left">Description</th>
23
23
</tr>
24
24
<tr>
@@ -28,7 +28,7 @@ selectize.off('event_name', handler);
28
28
</tr>
29
29
<tr>
30
30
<td valign="top"><code>"change"</code></td>
31
- <td valign="top">value</td>
31
+ <td valign="top"><code> value</code> </td>
32
32
<td valign="top">Invoked when the value of the control changes.</td>
33
33
</tr>
34
34
<tr>
@@ -43,12 +43,12 @@ selectize.off('event_name', handler);
43
43
</tr>
44
44
<tr>
45
45
<td valign="top"><code>"item_add"</code></td>
46
- <td valign="top">value, $item</td>
46
+ <td valign="top"><code> value</code>, <code> $item</code> </td>
47
47
<td valign="top">Invoked when an item is selected.</td>
48
48
</tr>
49
49
<tr>
50
50
<td valign="top"><code>"item_remove"</code></td>
51
- <td valign="top">value</td>
51
+ <td valign="top"><code> value</code>, <code>$item</code> </td>
52
52
<td valign="top">Invoked when an item is deselected.</td>
53
53
</tr>
54
54
<tr>
@@ -58,12 +58,12 @@ selectize.off('event_name', handler);
58
58
</tr>
59
59
<tr>
60
60
<td valign="top"><code>"option_add"</code></td>
61
- <td valign="top">value, data</td>
61
+ <td valign="top"><code> value</code>, <code> data</code> </td>
62
62
<td valign="top">Invoked when a new option is added to the available options list.</td>
63
63
</tr>
64
64
<tr>
65
65
<td valign="top"><code>"option_remove"</code></td>
66
- <td valign="top">value</td>
66
+ <td valign="top"><code> value</code> </td>
67
67
<td valign="top">Invoked when an option is removed from the available options.</td>
68
68
</tr>
69
69
<tr>
@@ -73,12 +73,12 @@ selectize.off('event_name', handler);
73
73
</tr>
74
74
<tr>
75
75
<td valign="top"><code>"optgroup_add"</code></td>
76
- <td valign="top">id, data</td>
76
+ <td valign="top"><code>id</code>, <code> data</code> </td>
77
77
<td valign="top">Invoked when a new option is added to the available options list.</td>
78
78
</tr>
79
79
<tr>
80
80
<td valign="top"><code>"optgroup_remove"</code></td>
81
- <td valign="top">id </td>
81
+ <td valign="top"><code>id</code> </td>
82
82
<td valign="top">Invoked when an option group is removed.</td>
83
83
</tr>
84
84
<tr>
@@ -88,27 +88,27 @@ selectize.off('event_name', handler);
88
88
</tr>
89
89
<tr>
90
90
<td valign="top"><code>"dropdown_open"</code></td>
91
- <td valign="top">$dropdown</td>
91
+ <td valign="top"><code> $dropdown</code> </td>
92
92
<td valign="top">Invoked when the dropdown opens.</td>
93
93
</tr>
94
94
<tr>
95
95
<td valign="top"><code>"dropdown_close"</code></td>
96
- <td valign="top">$dropdown</td>
96
+ <td valign="top"><code> $dropdown</code> </td>
97
97
<td valign="top">Invoked when the dropdown closes.</td>
98
98
</tr>
99
99
<tr>
100
100
<td valign="top"><code>"type"</code></td>
101
- <td valign="top">str</td>
101
+ <td valign="top"><code> str</code> </td>
102
102
<td valign="top">Invoked when the user types while filtering options.</td>
103
103
</tr>
104
104
<tr>
105
105
<td valign="top"><code>"load"</code></td>
106
- <td valign="top">data</td>
106
+ <td valign="top"><code> data</code> </td>
107
107
<td valign="top">Invoked when new options have been loaded and added to the control (via the "load" option or "load" API method).</td>
108
108
</tr>
109
109
<tr>
110
110
<td valign="top"><code>"destroy"</code></td>
111
111
<td valign="top"></td>
112
112
<td valign="top">Invoked right before the control is destroyed.</td>
113
113
</tr>
114
- </table >
114
+ </table >
0 commit comments