Additional examples
This commit is contained in:
parent
e359891d04
commit
2c2951866b
|
@ -80,7 +80,10 @@ The `textOverflow` option is used to specify what happens when a text string is
|
||||||
|
|
||||||
### A simple vertical menu - similar to VM
|
### A simple vertical menu - similar to VM
|
||||||
|
|
||||||
#### Configuration fragment
|
![Example](../../assets/images/full_menu_view_example1.gif "Vertical menu")
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Configuration fragment (expand to view)</summary>
|
||||||
|
|
||||||
```
|
```
|
||||||
FM1: {
|
FM1: {
|
||||||
|
@ -108,14 +111,14 @@ FM1: {
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
</details>
|
||||||
#### Example
|
|
||||||
|
|
||||||
![Example](../assets/images/text-format-example1.png "Text Format")
|
|
||||||
|
|
||||||
### A simple horizontal menu - similar to HM
|
### A simple horizontal menu - similar to HM
|
||||||
|
|
||||||
#### Configuration fragment
|
![Example](../../assets/images/full_menu_view_example2.gif "Horizontal menu")
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Configuration fragment (expand to view)</summary>
|
||||||
|
|
||||||
```
|
```
|
||||||
FM2: {
|
FM2: {
|
||||||
|
@ -129,15 +132,15 @@ FM2: {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
</details>
|
||||||
#### Example
|
|
||||||
|
|
||||||
![Example](../assets/images/text-format-example1.png "Text Format")
|
|
||||||
|
|
||||||
### A multi-column navigation menu with hotkeys
|
### A multi-column navigation menu with hotkeys
|
||||||
|
|
||||||
|
|
||||||
#### Configuration fragment
|
![Example](../../assets/images/full_menu_view_example3.gif "Multi column menu")
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Configuration fragment (expand to view)</summary>
|
||||||
|
|
||||||
```
|
```
|
||||||
FM1: {
|
FM1: {
|
||||||
|
@ -224,8 +227,5 @@ FM1: {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
</details>
|
||||||
#### Example
|
|
||||||
|
|
||||||
![Example](../../assets/images/full_menu_view_example3.gif "Multi column menu")
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
Loading…
Reference in New Issue