Home
last modified time | relevance | path

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

12

/plugin/ckgdoku/
H A Dscript.js403 function ckg_edit_mediaman_insert(edid, id, opts, dw_align) { argument
455 function ckg_edit_mediaman_insertlink(edid, id, opts, dw_align) { argument
/plugin/ckgedit/
H A Dscript.js430 function ckg_edit_mediaman_insert(edid, id, opts, dw_align) { argument
485 function ckg_edit_mediaman_insertlink(edid, id, opts, dw_align) { argument
/plugin/colorpicker/
H A Dscript.js7 function colorPickerInsert(text, edid){ argument
8 insertTags(edid,'<color '+text+'>', '</color>', '');
23 function createColorPicker(id,list,icobase,edid){ argument
27 colorPickerInsert(colorCombination, edid);
64 function addBtnActionColorpicker($btn, props, edid) argument
70 edid);
/plugin/commentsyntax/
H A Dscript.js8 function addBtnActionToggleCommentBlock(btn, props, edid) { argument
/plugin/cryptsign/
H A Dscript.js15 function pluginsign(edid, data){ argument
16 insertAtCarret(edid.substr(1), data);
27 function tb_pluginsign(btn, props, edid) { argument
28 edid = "#" + edid;
37 var id = jQuery(edid)[0].form.id.value; // current page ID
42 function(data) { pluginsign(edid, data); }
/plugin/diagrams/script/
H A DDiagramsForm.js190 * @param {string} edid ignored
193 async mediaSelect(edid, mediaid) {
192 mediaSelect(edid, mediaid) global() argument
H A Dembed-toolbar.js44 function addBtnActionDiagramsPlugin($btn, props, edid) { argument
49 const area = document.getElementById(edid);
/plugin/dirtylittlehelper/
H A Dscript.js4 function addBtnActionDirtylittlehelper($btn, props, edid) { argument
/plugin/do/scripts/
H A DPluginDo.js435 initDialog: function (edid) {
436 PluginDo.textarea = jQuery('#' + edid)[0];
H A DtoolbarButton.js11 function addBtnActionDo($btn, props, edid) { argument
14 PluginDo.initDialog(edid);
/plugin/dokudrawingboard/
H A Dscript.js3 function addBtnActionDokudrawingboard($btn, props, edid) { argument
/plugin/dokutts/
H A Dscript.js3 function addBtnActionDokutts($btn, props, edid) { argument
/plugin/dyncontent/
H A Dscript.js11 function addBtnActionLinkwizv2($btn, props, edid) { argument
12 dw_linkwiz_v2.init(jQuery('#'+edid));
/plugin/edittable/script/
H A Dnewtable.js11 window.addBtnActionNewTable = function addBtnActionNewTable($btn, props, edid) { argument
16 var ed = jQuery('#' + edid)[0];
/plugin/encryptedpasswords/
H A Dscript.js18 function addBtnActionEncryptedPasswordsToggle($btn, props, edid) { argument
20 $btn.trigger('EncryptedPasswordsToggleEvent', [edid]);
/plugin/encryptedpasswords/script/
H A DEditorHandling.js23 * @param {string} edid The editor's textarea ID
26 async decryptAllSyntax(e, edid) { argument
27 const form = jQuery(`#${edid}`)[0].form;
/plugin/etherpadlite/scripts/
H A Detherpadlite.js482 ep.proxyTbFormatLn = function(btn, props, edid) { argument
495 return ep.tb_formatln.apply(self, [btn, props, edid]);
/plugin/fullscreenmode/
H A Dscript.js16 function addBtnActionFullscreenmode($btn, props, edid) { argument
/plugin/idcount/
H A Dscript.js10 function tb_PluginIDCount(btn, props, edid) { argument
11 PluginIDCount.edid = edid;
17 edid: null, property in PluginIDCount
26 insertAtCarret(PluginIDCount.edid, data);
/plugin/imagemapping/
H A Dscript.js30 function addBtnActionImagemap(btn, props, edid) {
33 const area = document.getElementById(edid);
23 addBtnActionImagemap(btn, props, edid) global() argument
/plugin/imagepreview/
H A Dscript.js17 function addBtnActionImgpreview($btn, props, edid) { argument
/plugin/indexmenu/
H A Dscript.js441 * @param {string} edid ID of the editor textarea
444 function addBtnActionIndexmenu($btn, props, edid) {
445 indexmenu_wiz.init(jQuery('#' + edid));
20 addBtnActionIndexmenu($btn, props, edid) global() argument
/plugin/indexnumber/
H A Dscript.js6 function indexnumberPickerInsert(text, edid) { argument
8 editor = document.getElementById(edid),
15 insertTags(edid, '<idxnum ' + text + ' #' + maxnumber + ' >', '</idxnum>', '');
24 function createIndexnumberPicker(id, list, edid) { argument
28 indexnumberPickerInsert(idxname, edid);
55 function addBtnActionIndexnumberpicker($btn, props, edid) { argument
57 createIndexnumberPicker(pickerid, props.list, edid);
/plugin/jcapture/
H A Dapplet.php28 $edid = $_GET["edid"]; variable
62 edid = "<?php echo $edid; ?>" \
79 <PARAM NAME = "edid" VALUE="<?php echo $edid; ?>">
H A Dscript.js1 function addBtnActionJCapture($btn, props, edid) { argument
9 …jQuery("#jCaptureAppletDiv").load(DOKU_BASE+"lib/plugins/jcapture/applet.php?edid="+edid+"&pageNam…

12