Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$vars ['class'] = elgg_extract_class($vars, 'elgg-input-plaintext') | |
Elgg long text input (plaintext) Displays a long text input field that should not be overridden by wysiwyg editors. More... | |
$defaults | |
$value = htmlspecialchars(elgg_extract('value', $vars, ''), ENT_QUOTES | ENT_SUBSTITUTE, 'UTF-8') | |
$defaults |
Definition at line 13 of file plaintext.php.
$value = htmlspecialchars(elgg_extract('value', $vars, ''), ENT_QUOTES | ENT_SUBSTITUTE, 'UTF-8') |
Definition at line 20 of file plaintext.php.
$vars = elgg_extract_class($vars, 'elgg-input-plaintext') |
Elgg long text input (plaintext) Displays a long text input field that should not be overridden by wysiwyg editors.
$vars['value'] The current value, if any $vars['name'] The name of the input field $vars['class'] Additional CSS class
Definition at line 11 of file plaintext.php.