Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 22... Línea 22...
22
    Example context (json):
22
    Example context (json):
23
    {
23
    {
24
        "category": "gc2"
24
        "category": "gc2"
25
    }
25
    }
26
}}
26
}}
27
<a aria-expanded="true" role="button" data-category={{category}} data-target=".{{category}}[data-hidden='false']" class="btn btn-icon mr-1 toggle-category" href="#">
27
<a aria-expanded="true" role="button" data-category={{category}} data-target=".{{category}}[data-hidden='false']" class="btn btn-icon me-1 toggle-category" href="#">
28
    <span class="collapsed text-nowrap" title="{{#str}} collapse, core {{/str}}">
28
    <span class="collapsed text-nowrap" title="{{#str}} collapse, core {{/str}}">
29
        <i class="icon fa fa-chevron-down fa-fw" title="{{#str}} collapse, core {{/str}}" role="img" aria-label="{{#str}} collapse, core {{/str}}"></i>
29
        <i class="icon fa fa-chevron-down fa-fw" title="{{#str}} collapse, core {{/str}}" role="img" aria-label="{{#str}} collapse, core {{/str}}"></i>
30
    </span>
30
    </span>
31
    <span class="expanded text-nowrap" title="{{#str}} expand, core {{/str}}">
31
    <span class="expanded text-nowrap" title="{{#str}} expand, core {{/str}}">
32
        <i class="icon fa fa-chevron-right fa-fw" title="{{#str}} expand, core {{/str}}" role="img" aria-label="{{#str}} expand, core {{/str}}"></i>
32
        <i class="icon fa fa-chevron-right fa-fw" title="{{#str}} expand, core {{/str}}" role="img" aria-label="{{#str}} expand, core {{/str}}"></i>