Home
last modified time | relevance | path

Searched refs:popup (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/lib/plugins/styling/
H A Dscript.js45 // if we are not on the plugin page (either main or popup)
54 /* ---- from here on we're in the popup or admin page ---- */
59 var $btn = jQuery('<button>' + LANG.plugins.styling.popup + '</button>');
64 window.open(DOKU_BASE + 'lib/plugins/styling/popup.php', 'styling_popup', windowFeatures);
68 return; // we exit here if this is not the popup
71 /* ---- from here on we're in the popup only ---- */
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_search.less3 * and the AJAX search popup.
162 /* AJAX quicksearch popup
H A D_media_popup.css2 * This file provides styles for the media manager popup
8 html.popup {
H A D_modal.css74 /* media option wizard (opens when inserting media in the media popup)
H A D_fileuploader.css3 * used in the media manager (both fullscreen and popup).
H A Dcontent.less173 /*____________ JS popup ____________*/
/dokuwiki/lib/styles/
H A Dscreen.css71 /* media manager popup toggle buttons */
/dokuwiki/lib/scripts/
H A Dmedia.js2 * JavaScript functionality for the media management popup
11 popup: false, property in dw_mediamanager
14 $popup: null,
149 * build the popup window
156 dw_mediamanager.$popup = jQuery(document.createElement('div'))
207 dw_mediamanager.$popup.append($p);
212 dw_mediamanager.$popup.append($insp);
233 dw_mediamanager.$popup.dialog('close');
326 //popup
687 * shows the popup fo
[all...]