Elgg  Version master
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

$defaults
Initial value:
= [
'rows' => '10',
'cols' => '50',
]

Definition at line 13 of file plaintext.php.

◆ $value

$value = htmlspecialchars(elgg_extract('value', $vars, ''), ENT_QUOTES | ENT_SUBSTITUTE, 'UTF-8')

Definition at line 20 of file plaintext.php.

◆ $vars

$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.

@uses $vars['value'] The current value, if any @uses $vars['name'] The name of the input field @uses $vars['class'] Additional CSS class

Definition at line 11 of file plaintext.php.