Elgg
Version master
|
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 14 of file plaintext.php.
$value = htmlspecialchars(elgg_extract('value', $vars, ''), ENT_QUOTES | ENT_SUBSTITUTE, 'UTF-8') |
Definition at line 22 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 $vars['disabled']
Definition at line 12 of file plaintext.php.