Lines Matching +full:draft -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
5 use dokuwiki\Draft;
9 * DokuWiki Page Draft Interface
16 * Display the Page Draft Form
17 * ask the user about how to handle an exisiting draft
28 $draft = new Draft($INFO['id'], $INFO['client']);
29 $text = $draft->getDraftText();
32 echo p_locale_xhtml('draft');
37 // create the draft form
41 $form->setHiddenField('date', $draft->getDraftDate());
45 $form->addHTML($draft->getDraftMessage());
52 echo $form->toHTML('Draft');