Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 8... Línea 8...
8
        "title": "Help with something",
8
        "title": "Help with something",
9
        "url": "http://example.org/help",
9
        "url": "http://example.org/help",
10
        "linktext": "",
10
        "linktext": "",
11
        "icon":{
11
        "icon":{
12
            "attributes": [
12
            "attributes": [
13
                {"name": "class", "value": "iconhelp"},
13
                {"name": "class", "value": ""},
14
                {"name": "src", "value": "../../../pix/help.svg"},
14
                {"name": "src", "value": "../../../pix/help.svg"},
15
                {"name": "alt", "value": "Help icon"}
15
                {"name": "alt", "value": "Help icon"}
16
            ]
16
            ]
17
        }
17
        }
18
    }
18
    }
19
}}
19
}}
20
<a class="btn btn-link p-0" role="button"
20
<a class="btn btn-link p-0 me-2 icon-no-margin" role="button"
21
    data-container="body" data-toggle="popover"
21
    data-bs-container="body" data-bs-toggle="popover"
22
    data-placement="{{#ltr}}right{{/ltr}}{{^ltr}}left{{/ltr}}" data-content="{{text}} {{completedoclink}}"
22
    data-bs-placement="{{#ltr}}right{{/ltr}}{{^ltr}}left{{/ltr}}" data-bs-content="{{text}} {{completedoclink}}"
23
    data-html="true" tabindex="0" data-trigger="focus" aria-label="{{#str}} help {{/str}}">
23
    data-bs-html="true" tabindex="0" data-bs-trigger="focus" aria-label="{{#str}} help {{/str}}">
24
  {{#pix}}help, core, {{{alt}}}{{/pix}}
24
  {{#pix}}help, core, {{{alt}}}{{/pix}}
25
</a>
25
</a>