File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,26 @@ var selectize = $select[0].selectize;
18
18
- [ Event Documentation] ( events.md )
19
19
- [ Developing Plugins] ( plugins.md )
20
20
21
+ ### Properties
22
+
23
+ <table width =" 100% " >
24
+ <tr>
25
+ <th valign="top" colspan="3" align="left"><a href="#props" name="props">Properties</a></th>
26
+ </tr>
27
+ <tr>
28
+ <th valign="top" width="120px" align="left">Property</th>
29
+ <th valign="top" align="left">Description</th>
30
+ </tr>
31
+ <tr>
32
+ <td valign="top"><code>options</code></td>
33
+ <td valign="top">An object containing the entire pool of options. The object is keyed by each object's value.</td>
34
+ </tr>
35
+ <tr>
36
+ <td valign="top"><code>items</code></td>
37
+ <td valign="top">An array of selected values.</td>
38
+ </tr>
39
+ </table >
40
+
21
41
### Methods
22
42
23
43
<table width =" 100% " >
You can’t perform that action at this time.
0 commit comments