Home
last modified time | relevance | path

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

12

/plugin/toolbox/
H A Dtoolbox.js63 window.tb_toolbox_find = function (btn, opts, edid) { argument
65 ToolboxFindAndReplace(edid);
71 window.tb_toolbox_sort = function (btn, opts, edid) { argument
73 ToolboxTextTools(edid).sort(opts['reverse']);
79 window.tb_toolbox_indent = function (btn, opts, edid) { argument
81 ToolboxTextTools(edid).indent(opts['reverse']);
88 window.tb_toolbox_counter = function (btn, opts, edid) { argument
90 ToolboxCounter(edid);
H A DToolboxTextTools.js7 var ToolboxTextTools = function (edid) { argument
9 var textarea = jQuery('#' + edid)[0];
/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/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/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/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/numbering/
H A Dscript.js3 function addBtnActionNumberingNext($btn, props, edid) { argument
5 numberingNextNumber(edid) ;
44 function numberingNextNumber(edid) { argument
59 numberInsertAtCarret(edid,data);
61 else window.insertAtCarret(edid,data);
/plugin/vshare/
H A Dscript.js17 function tb_pluginvshare(btn, props, edid) { argument
18 PluginVShare.edid = edid;
23 edid: null, property in PluginVShare
56 insertAtCarret(PluginVShare.edid, code);
/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…
/plugin/scrapbook/
H A Dscript.js9 function addBtnActionPlugin_scrapbook($btn, props, edid) { argument
11 var $picker = jQuery(createPicker(pickerid, [], edid))
22 pickerInsert($el.data('scrap'), edid);
/plugin/timestamp/
H A Dscript.js1 function addBtnActionTimestamp($btn, props, edid) { argument
8 insertAtCarret(edid,fixtxt(data));
/plugin/do/scripts/
H A DtoolbarButton.js11 function addBtnActionDo($btn, props, edid) { argument
14 PluginDo.initDialog(edid);
/plugin/translatebutton/
H A Dtranslatebutton.js1 function tb_openurlbyselection(btn, props, edid) { argument
9 var selection = getSelection($(edid));
/plugin/tfslink/
H A Dscript.js11 function addBtnActionInsertTFSWorkItemLink($btn, props, edid) { argument
12 addworkitemlink_wiz.init(jQuery('#' + edid));
/plugin/encryptedpasswords/
H A Dscript.js18 function addBtnActionEncryptedPasswordsToggle($btn, props, edid) { argument
20 $btn.trigger('EncryptedPasswordsToggleEvent', [edid]);
/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/watchcycle/
H A Dscript.js6 * @param {string} edid the editor's ID
9 function addBtnActionPlugin_watchcycle($btn, props, edid) { argument
13 const $picker = jQuery(createPicker(pickerid, [], edid))
118 pickerInsert('~~WATCHCYCLE:' + maintainers + ':' + cycle + '~~', edid);
/plugin/struct/script/
H A Dfunctions.js69 window.insertStructMedia = function (edid, mediaid, opts, align) { argument
70 jQuery(document.getElementById(edid)).val(mediaid).change();
/plugin/sketchcanvas/script/
H A Dnewfigure.js6 * @param {string} edid ID of the editor textarea
10 function addBtnActionNewFigure($btn, props, edid) { argument
14 var ed = jQuery('#' + edid)[0];
/plugin/edittable/script/
H A Dnewtable.js11 window.addBtnActionNewTable = function addBtnActionNewTable($btn, props, edid) { argument
16 var ed = jQuery('#' + edid)[0];
/plugin/passwordgenerator/
H A Dscript.js15 function addBtnActionPasswordgenerator($btn, props, edid) { argument
57 var selection = DWgetSelection(jQuery('#'+edid)[0]);
/plugin/diagrams/script/
H A Dembed-toolbar.js44 function addBtnActionDiagramsPlugin($btn, props, edid) { argument
49 const area = document.getElementById(edid);
/plugin/leightweightscript/
H A Dscript.js2 init: function(timeout,draft,edid){ argument
/plugin/dokudrawingboard/
H A Dscript.js3 function addBtnActionDokudrawingboard($btn, props, edid) { argument

12