| Línea 32... | Línea 32... | 
          
            | 32 |         "elementid": "exampleId",
 | 32 |         "elementid": "exampleId",
 | 
          
            | 33 |         "setLinkOnElement": false,
 | 33 |         "setLinkOnElement": false,
 | 
          
            | 34 |         "showfilepicker": true,
 | 34 |         "showfilepicker": true,
 | 
          
            | 35 |         "urltext": "Abc",
 | 35 |         "urltext": "Abc",
 | 
          
            | 36 |         "url": "https://moodle.org/",
 | 36 |         "url": "https://moodle.org/",
 | 
          
            | 37 |         "newwindow": false
 | 37 |         "newwindow": false,
 | 
          
            | - |   | 38 |         "isupdating": true
 | 
          
            | 38 |     }
 | 39 |     }
 | 
          
            | 39 | }}
 | 40 | }}
 | 
          
            | 40 | {{< core/modal }}
 | 41 | {{< core/modal }}
 | 
          
            | Línea 41... | Línea 42... | 
          
            | 41 |  
 | 42 |  
 | 
          
            | Línea 57... | Línea 58... | 
          
            | 57 |             <div class="mb-1">
 | 58 |             <div class="mb-1">
 | 
          
            | 58 |                 <label for="{{elementid}}_tiny_link_urlentry">{{#str}} enterurl, tiny_link {{/str}}</label>
 | 59 |                 <label for="{{elementid}}_tiny_link_urlentry">{{#str}} enterurl, tiny_link {{/str}}</label>
 | 
          
            | 59 |                 {{#showfilepicker}}
 | 60 |                 {{#showfilepicker}}
 | 
          
            | 60 |                     <div class="input-group input-append w-100">
 | 61 |                     <div class="input-group input-append w-100">
 | 
          
            | 61 |                         <input class="form-control fullwidth text-ltr tiny_link_urlentry" id="{{elementid}}_tiny_link_urlentry" type="text" value="{{url}}"/>
 | 62 |                         <input class="form-control fullwidth text-ltr tiny_link_urlentry" id="{{elementid}}_tiny_link_urlentry" type="text" value="{{url}}"/>
 | 
          
            | 62 |                         <span class="input-group-append">
 | - |   | 
          
            | 63 |                         <button class="btn btn-secondary openlinkbrowser" type="button">{{#str}} browserepositories, tiny_link {{/str}}</button>
 | 63 |                         <button class="btn btn-secondary openlinkbrowser" type="button">{{#str}} browserepositories, tiny_link {{/str}}</button>
 | 
          
            | 64 |                     </span>
 | - |   | 
          
            | 65 |                     </div>
 | 64 |                     </div>
 | 
          
            | 66 |                 {{/showfilepicker}}
 | 65 |                 {{/showfilepicker}}
 | 
          
            | 67 |                 {{^showfilepicker}}
 | 66 |                 {{^showfilepicker}}
 | 
          
            | 68 |                     <input class="form-control fullwidth text-ltr tiny_link_urlentry" id="{{elementid}}_tiny_link_urlentry" type="text" value="{{url}}"/>
 | 67 |                     <input class="form-control fullwidth text-ltr tiny_link_urlentry" id="{{elementid}}_tiny_link_urlentry" type="text" value="{{url}}"/>
 | 
          
            | 69 |                 {{/showfilepicker}}
 | 68 |                 {{/showfilepicker}}
 |