Home
last modified time | relevance | path

Searched refs:modal (Results 1 – 25 of 117) sorted by relevance

12345

/plugin/bootswrapper/exe/help/
Dmodal.txt10 <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 …]
Dmenu.txt16 * [[modal]]
/plugin/combo/resources/snippet/js/
H A Dsubscribe.js22 let modal = combo.Modal.getOrCreate(idResultModal);
25 modal.setPlacementBottomToElement(componentElement);
35 modal.setHeader("Error");
45 modal.setHeader(header);
51 modal
/plugin/dokullm/
H A Dstyle.css5 * 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 Dscript.js528 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/
Dscript.js46 modal: true, property
100 modal: true, property
156 modal: true, property
/plugin/tagging/script/
H A Dadmin.js79 modal: true, property
99 modal: true, property
/plugin/webdav/
Dscript.js39 modal: true, property
/plugin/txt2tags/
Dtables.js153 $picker.modal('hide');
240 $picker.modal('show');
/plugin/bootswrapper/
Dall.css13 .bs-wrap-modal[data-remote] .modal-content {
/plugin/davcal/
H A Dall.css5 /* modal windows */
/plugin/deletepagebutton/
Dscript.js54 modal: true, property
/plugin/combo/resources/library/bootstrap/5.0.1/
H A Dbootstrap.min.css6modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidd…
H A Dbootstrap.rtl.min.css6modal{position:fixed;top:0;right:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hid…
H A Dbootstrap.vapor.min.css12modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidd…
H A Dbootstrap.zephyr.min.css12modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidd…
H A Dbootstrap.superhero.min.css12modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidd…
H A Dbootstrap.sketchy.min.css12modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidd…
H A Dbootstrap.lumen.min.css12modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidd…
H A Dbootstrap.sandstone.min.css12modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidd…
H A Dbootstrap.flatly.min.css12modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidd…
/plugin/stale/
Dstale.js52 modal: true, property
/plugin/autologoff/
Dscript.js45 modal: true, property
/plugin/encryptedpasswords/script/
DGUI.js44 modal: true, property
/plugin/infomail/
Dscript.js35 modal: true, property

12345