Elgg  Version 1.11
Namespaces | Variables
longtext.php File Reference

Go to the source code of this file.

Namespaces

 Elgg
 Save menu items.
 

Variables

 $vars ['class'] = (array) elgg_extract('class', $vars, [])
 
 $vars ['class'][] = 'elgg-input-longtext'
 
 $defaults
 
 $value = htmlspecialchars($vars['value'], ENT_QUOTES, 'UTF-8')
 

Variable Documentation

$defaults
Initial value:
= array(
'value' => '',
'rows' => '10',
'cols' => '50',
'id' => 'elgg-input-' . rand(),
)

Definition at line 17 of file longtext.php.

$value = htmlspecialchars($vars['value'], ENT_QUOTES, 'UTF-8')
Examples:
/root/Elgg/engine/lib/output.php.

Definition at line 26 of file longtext.php.

$vars = (array) elgg_extract('class', $vars, [])

Definition at line 14 of file longtext.php.

$vars['class'][] = 'elgg-input-longtext'

Definition at line 15 of file longtext.php.