Home
last modified time | relevance | path

Searched refs:edid (Results 1 – 4 of 4) sorted by path

/dokuwiki/lib/scripts/
H A Dedit.js69 * @param {string} edid the ID of the textarea
73 function createPicker(id,props,edid){ argument
87 .attr('aria-controls', edid)
88 .on('click', bind(pickerInsert, title, edid))
113 initToolbar($picker,edid,props.list);
129 function pickerInsert(text,edid){ argument
130 insertAtCarret(edid,text);
139 * @param {string} edid ID of the editor textarea
143 function addBtnActionSignature($btn, props, edid) { argument
146 insertAtCarret(edid,SI
[all...]
H A Dlocktimer.js24 * @param {string} edid Optional; ID of an edit object which has to be present
26 init: function(timeout,draft,edid){ argument
29 edid = edid || 'wiki__text';
31 $edit = jQuery('#' + edid);
H A Dmedia.js230 var opts, cb, edid, s; variable
271 edid = String.prototype.match.call(document.location, /&edid=([^&]+)/);
272 edid = edid ? edid[1] : 'wiki__text';
277 opener[cb](edid, id, opts, dw_mediamanager.align, dw_mediamanager.keepopen);
921 * @param {string} edid
926 function dw_mediamanager_item_select(edid, mediaid, opts, align, keepopen) { argument
932 var textArea = jQuery('#' + edid)[
[all...]
H A Dtoolbar.js8 * @param string edid ID of the editor textarea
13 function initToolbar(tbid,edid,tb, allowblock){ argument
21 $edit = jQuery('#' + edid);
47 $btn.on('click', bind(window[actionFunc],$btn,val,edid) );
55 var pickerid = window[actionFunc]($btn, val, edid);
75 * @param string edid ID of the editor textarea
79 function tb_format(btn, props, edid) { argument
81 insertTags(edid,
97 * @param string edid ID of the editor textarea
101 function tb_formatln(btn, props, edid) { argument
139 tb_insert(btn, props, edid) global() argument
153 tb_mediapopup(btn, props, edid) global() argument
171 tb_autohead(btn, props, edid) global() argument
196 addBtnActionPicker($btn, props, edid) global() argument
221 addBtnActionLinkwiz($btn, props, edid) global() argument
[all...]