Home
last modified time | relevance | path

Searched refs:formText (Results 1 – 5 of 5) sorted by last modified time

/dokuwiki/inc/
H A Dcommon.php1002 * @see formText() for 2crlf conversion
1031 function formText($text)
1030 function formText($text) { global() function
H A Dmedia.php203 ->val(formText($value))
H A Dform.php127 * formText() before printing.
394 * be passed to formText() before printing.
808 * Value is passed to formText()
817 return '<input type="hidden" name="' . $attrs['name'] . '" value="' . formText($attrs['value']) . '" />';
825 * Text will be passed to formText(), attributes to buildAttributes()
839 . formText($attrs['_text'])
1064 * Text can be omitted. Text and value are passed to formText()
1091 $p .= ' value="' . formText($value) . '"';
1097 $s .= '<option' . $p . '>' . formText($text) . '</option>';
1113 * Text can be omitted. Text and value are passed to formText()
[all...]
/dokuwiki/inc/Form/
H A DForm.php488 $html .= '<input type="hidden" name="' . $name . '" value="' . formText($value) . '" />';
H A DTextareaElement.php52 formText($this->val()) . '</textarea>';