Home
last modified time | relevance | path

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

/plugin/edittable/script/
Dnewtable.js15 var editform = jQuery('#dw__editform')[0];
31 editform.appendChild(pos_field);
49 editform.appendChild(range);
56 editform.appendChild(editbutton);
/plugin/sketchcanvas/script/
Dnewfigure.js13 var editform = jQuery('#dw__editform')[0];
21 editform.appendChild(pos_field);
39 editform.appendChild(range);
46 editform.appendChild(editbutton);
/plugin/codehighlight/
Daction.php46 array('editform' => true, 'oldhook' => true));
53 array('editform' => true, 'oldhook' => false));
/plugin/fastwiki/
Dscript.js523 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).click(function(e) {
534 var id = editform.find('input[name=id]').val();
/plugin/dokucrypt2/
Dscript.js22 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);
83 editform.onsubmit = function() {return editFormOnSubmit();};
/plugin/edittable/action/
Deditor.php55 public function editform(Doku_Event $event) function in action_plugin_edittable_editor
/plugin/dokucrypt/
Dscript.js25 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();};
/plugin/zwidoku/files/
H A Djs.js1editform=jQuery('#dw__editform')[0];var ed=jQuery('#'+edid)[0];function addField(name,val){var pos…