OptionBar
Eigenschaften
| Name | Type | Default Value | Description |
|---|---|---|---|
options | IOption[] | undefined | List of options (Buttons) to be displayed |
name | string | undefined | Unique identifier, will be generated is none given |
value | IOption | undefined | Selected Value |
style | string | undefined | Additional css styles |
tabindex | number | 0 | Index of sequential keyboard navigation |
Events
| Name | Description |
|---|---|
change | fires if selected value is changed by user, return value |
Beispiele
Attributes
Toggle the buttons to see the Group with different attributes set.
Do's and Don'ts
Do
Don't
Richtiger Einsatz um dem User eine Auswahl anzubieten.
Die Option Bar ist kein alternatives Menü.