Lines Matching +full:edit -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
17 * Display the Edit Window
18 * preprocess edit form data
53 // intro locale text (edit, rditrev, or read)
55 $intro = ($REV) ? 'editrev' : 'edit';
84 // Only emit event if page is writable, section edit data is valid and
85 // edit target is not section.
106 // add edit buttons: save, preview, cancel
118 // add a textbox for edit summary
122 ->id('edit__summary')->addClass('edit')
156 // print intro locale text (edit, rditrev, or read.txt)
180 echo $form->toHTML('Edit');
186 * Display the default edit form (textarea)
197 msg('No editor for edit target ' . hsc($data['target']) . ' found.', -1);
208 ->id('wiki__text')->addClass('edit');