Searched refs:modal (Results 1 – 25 of 117) sorted by relevance
12345
| /plugin/bootswrapper/exe/help/ |
| D | modal.txt | 10 <btn type="primary" size="lg" modal="modal-demo">Launch demo modal</btn> 12 <modal id="modal-demo" title="Modal title"> 13 === Text in a modal === 17 === Popover in a modal === 21 === Tooltips in a modal === 23 This <tooltip title="Tooltip">[[modal|link]]</tooltip> and that <tooltip title="Tooltip">[[modal|li… 44 </modal> 49 <btn type="primary" size="lg" modal="modal-demo">Launch demo modal</btn> 51 <modal id="modal-demo" title="Modal title"> 52 === Text in a modal === [all …]
|
| D | menu.txt | 16 * [[modal]]
|
| /plugin/combo/resources/snippet/js/ |
| H A D | subscribe.js | 22 let modal = combo.Modal.getOrCreate(idResultModal); 25 modal.setPlacementBottomToElement(componentElement); 35 modal.setHeader("Error"); 45 modal.setHeader(header); 51 modal
|
| /plugin/dokullm/ |
| H A D | style.css | 5 * It defines the styling for toolbar buttons, modal dialogs, and other 31 .llm-modal { 44 .llm-modal-content { 56 .llm-modal-close { 69 .llm-modal-append {
|
| H A D | script.js | 528 const modal = document.createElement('div'); 529 modal.id = 'llm-' + action + '-modal'; 530 modal.className = 'llm-modal'; 541 document.body.removeChild(modal); 551 document.body.removeChild(modal); 576 modal.appendChild(modalContent); 579 document.body.appendChild(modal); 580 modal.addEventListener('click', (e) => { 581 if (e.target === modal) { 582 document.body.removeChild(modal);
|
| /plugin/pagebuttons/ |
| D | script.js | 46 modal: true, property 100 modal: true, property 156 modal: true, property
|
| /plugin/tagging/script/ |
| H A D | admin.js | 79 modal: true, property 99 modal: true, property
|
| /plugin/webdav/ |
| D | script.js | 39 modal: true, property
|
| /plugin/txt2tags/ |
| D | tables.js | 153 $picker.modal('hide'); 240 $picker.modal('show');
|
| /plugin/bootswrapper/ |
| D | all.css | 13 .bs-wrap-modal[data-remote] .modal-content {
|
| /plugin/davcal/ |
| H A D | all.css | 5 /* modal windows */
|
| /plugin/deletepagebutton/ |
| D | script.js | 54 modal: true, property
|
| /plugin/combo/resources/library/bootstrap/5.0.1/ |
| H A D | bootstrap.min.css | 6 …modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidd…
|
| H A D | bootstrap.rtl.min.css | 6 …modal{position:fixed;top:0;right:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hid…
|
| H A D | bootstrap.vapor.min.css | 12 …modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidd…
|
| H A D | bootstrap.zephyr.min.css | 12 …modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidd…
|
| H A D | bootstrap.superhero.min.css | 12 …modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidd…
|
| H A D | bootstrap.sketchy.min.css | 12 …modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidd…
|
| H A D | bootstrap.lumen.min.css | 12 …modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidd…
|
| H A D | bootstrap.sandstone.min.css | 12 …modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidd…
|
| H A D | bootstrap.flatly.min.css | 12 …modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidd…
|
| /plugin/stale/ |
| D | stale.js | 52 modal: true, property
|
| /plugin/autologoff/ |
| D | script.js | 45 modal: true, property
|
| /plugin/encryptedpasswords/script/ |
| D | GUI.js | 44 modal: true, property
|
| /plugin/infomail/ |
| D | script.js | 35 modal: true, property
|
12345