mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-05 17:28:06 +02:00
Additional examples
This commit is contained in:
parent
e359891d04
commit
2c2951866b
3 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
|
||||
#### Configuration fragment
|
||||

|
||||
|
||||
<details>
|
||||
<summary>Configuration fragment (expand to view)</summary>
|
||||
|
||||
```
|
||||
FM1: {
|
||||
|
@ -108,14 +111,14 @@ FM1: {
|
|||
}
|
||||
|
||||
```
|
||||
|
||||
#### Example
|
||||
|
||||

|
||||
</details>
|
||||
|
||||
### A simple horizontal menu - similar to HM
|
||||
|
||||
#### Configuration fragment
|
||||

|
||||
|
||||
<details>
|
||||
<summary>Configuration fragment (expand to view)</summary>
|
||||
|
||||
```
|
||||
FM2: {
|
||||
|
@ -129,15 +132,15 @@ FM2: {
|
|||
]
|
||||
}
|
||||
```
|
||||
|
||||
#### Example
|
||||
|
||||

|
||||
</details>
|
||||
|
||||
### A multi-column navigation menu with hotkeys
|
||||
|
||||
|
||||
#### Configuration fragment
|
||||

|
||||
|
||||
<details>
|
||||
<summary>Configuration fragment (expand to view)</summary>
|
||||
|
||||
```
|
||||
FM1: {
|
||||
|
@ -224,8 +227,5 @@ FM1: {
|
|||
]
|
||||
}
|
||||
```
|
||||
|
||||
#### Example
|
||||
|
||||

|
||||
</details>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue