Searched refs:editform (Results 1 – 7 of 7) sorted by relevance
/plugin/sketchcanvas/script/ |
H A D | newfigure.js | 13 var editform = jQuery('#dw__editform')[0];
21 editform.appendChild(pos_field);
39 editform.appendChild(range);
46 editform.appendChild(editbutton);
|
/plugin/edittable/script/ |
H A D | newtable.js | 15 var editform = jQuery('#dw__editform')[0]; 31 editform.appendChild(pos_field); 49 editform.appendChild(range); 56 editform.appendChild(editbutton);
|
/plugin/codehighlight/ |
H A D | action.php | 46 array('editform' => true, 'oldhook' => true)); 53 array('editform' => true, 'oldhook' => false));
|
/plugin/fastwiki/ |
H A D | script.js | 270 var $editform = $('#dw__editform'); 271 if ($editform.length == 0) 290 $editform.on("change keydown", function(e) { 355 $('input[name="do[draftdel]"]', $editform).click(function(e) { 357 var id = $editform.find('input[name=id]').val(); 372 $('input[name="do[show]"]', $editform).click(function(e) { 523 var editform = $('#dw__editform'); 524 $('input[name="do[save]"]', editform).click(function(e) { 526 load('save', null, _formToObj(editform)); 532 $('input[name="do[cancel]"]', editform) [all...] |
/plugin/dokucrypt2/ |
H A D | script.js | 22 var editform=document.getElementById('dw__editform'); 23 editform.parentNode.insertBefore(wikitext,editform); 35 var editform=null, wikitext=null, hiddentext=null, preview=null; 36 if(!(editform=document.getElementById('dw__editform'))) { 60 editform.insertBefore(hiddentext,null); 67 //editform.parentNode.insertBefore(wikitext,editform); 83 editform.onsubmit = function() {return editFormOnSubmit();};
|
/plugin/edittable/action/ |
H A D | editor.php | 55 public function editform(Doku_Event $event) function in action_plugin_edittable_editor
|
/plugin/dokucrypt/ |
H A D | script.js | 25 var editform=null, wikitext=null, hiddentext=null, preview=null; 26 if(!(editform=document.getElementById('dw__editform'))) { 50 editform.insertBefore(hiddentext,null); 51 editform.parentNode.insertBefore(wikitext,editform); 66 editform.onsubmit = function() {return editFormOnSubmit();};
|