(root)/question/templates/question_bank_controls.mustache – Rev 1 → 1441
Rev 1 |
Mostrar el archivo completo |
|
|
Autoría |
Ultima modificación |
Ver Log
|
| Rev 1 |
Rev 1441 |
| Línea 25... |
Línea 25... |
| 25 |
Example context (json):
|
25 |
Example context (json):
|
| 26 |
{
|
26 |
{
|
| 27 |
"controls": "<div><button class=\"btn btn-secondary\">Control 1</button><button class=\"btn btn-secondary\">Control 2</button></div>"
|
27 |
"controls": "<div><button class=\"btn btn-secondary\">Control 1</button><button class=\"btn btn-secondary\">Control 2</button></div>"
|
| 28 |
}
|
28 |
}
|
| 29 |
}}
|
29 |
}}
|
| 30 |
<div class="d-grid gap-2 d-md-flex justify-content-start mb-2">
|
30 |
<div class="d-flex flex-wrap flex-column flex-md-row align-items-md-center gap-2 mb-2">
|
| 31 |
{{{controls}}}
|
31 |
{{{controls}}}
|
| 32 |
</div>
|
- |
|
| 33 |
|
32 |
</div>
|
| - |
|
33 |
|