Elgg  Version 5.1
Variables
plaintext.php File Reference

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')
 

Variable Documentation

$defaults
Initial value:
= [
'rows' => '10'

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.