Lines Matching refs:selector

26selector.<br>- **date**: date selector.<br>- **time**: time selector.<br>- **datetime**: date and …
31 When **type** is set to **text**, a common selector is used.
35 | range | Array | - | No | Value range of the common selector, for example, **["15", "20",…
36 | selected | string | 0 | No | Default value of the common selector. The value should be the i…
37 | value | string | - | No | Value of the common selector. |
42 When **type** is set to **date**, a date selector is used.
46 | start | &lt;time&gt; | 1970-1-1 | No | Start date of the date selector, in the f…
47 | end | &lt;time&gt; | 2100-12-31 | No | End date of the date selector, in the for…
48 | selected | string | Current date | No | Default value of the date selector
49 | value | string | - | Yes | Value of the date selector. …
51 | lunarswitch | boolean | false | No | Whether the date selector displays the lu…
56 When **type** is set to **time**, a time selector is used.
61 …t time | No | Default value of the time selector, in format of HH:…
62 | value | string | - | No | Value of the time selector
63 …4<sup>1-4</sup><br>-<sup>5+</sup> | No | Time format used by the time selector. Available values…
68 When **type** is set to **datetime**, a date and time selector is used.
72 … | No | Default value of the date and time selector. The value can be…
73 … | Yes | Value of the date and time selector. …
74 …</sup><br>-<sup>5+</sup> | No | Time format used by the date and time selector. Available values…
76 …boolean | false | No | Whether the date selector displays the luna…
81 When **type** is set to **multi-text**, a multi-column text selector is used.
85 | columns | number | - | Yes | Number of columns in the multi-column text selector. …
86 | range | Two-dimensional array| - | No | Items of the multi-column text selector. **r…
87 | selected | Array | [0,0,0, ...]| No | Default value of the multi-column text selector, which …
88 | value | Array | - | No | Value of the multi-column text selector, which is an arra…
97 … | &lt;color&gt; | - | No | Text color of the selector. …
98 … | &lt;length&gt; | - | No | Font size of the selector. …
100 … &lt;length&gt; | 0 | No | Letter spacing of the selector. For details, see…
101 …string | - | No | Text decoration of the selector. For details, see…
102 … | string | normal | No | Font style of the selector. For details, see…
103 | font-weight | number \| string | normal | No | Font weight of the selector. …
105 …lt;length&gt; | 0px | No | Text line height of the selector. …
106 …</sup> | &lt;length&gt; | - | No | Height of the selector option list. …
151 …ewSelected } | Triggered when the value of a column in the multi-column selector changes.<br>- **c…