Home
last modified time | relevance | path

Searched refs:draft_text (Results 1 – 3 of 3) sorted by relevance

/plugin/ckgdoku/action/
H A Dedit.php23 var $draft_text; variable in action_plugin_ckgdoku_edit
168 function _preprocess($draft_text = "") argument
189 if(!$draft_text) {
203 else $text = $draft_text;
484 $this->draft_text = $prefix . $text . $suffix;
849 <?php echo $this->draft_text; ?>
/plugin/ckgedit/action/
H A Dedit.php23 var $draft_text; variable in action_plugin_ckgedit_edit
191 function _preprocess($draft_text = "") argument
212 if(!$draft_text) {
226 else $text = $draft_text;
510 $this->draft_text = $prefix . $text . $suffix;
908 <?php echo $this->draft_text; ?>
/plugin/fckg/action/
H A Dedit.php33 var $draft_text; variable in action_plugin_fckg_edit
402 $this->draft_text = $cdata['text'];
701 <?php echo $this->draft_text; ?>