Elgg  Version 1.9
Variables
button.php File Reference

Go to the source code of this file.

Variables

if(isset($vars['class'])) else
 Create a input button. More...
 
switch($type$value = htmlentities($vars['value'], ENT_QUOTES, 'UTF-8')
 

Variable Documentation

◆ $value

switch ( $type) $value = htmlentities($vars['value'], ENT_QUOTES, 'UTF-8')

Definition at line 37 of file button.php.

◆ else

if (isset( $vars[ 'type'])) else
Initial value:
{
$class = "elgg-button-submit"
if(isset($vars['id'])) $class
Definition: ajax_loader.php:19

Create a input button.

@uses $vars['value'] The current value, if any @uses $vars['name'] The name of the input field @uses $vars['type'] submit or button.

Definition at line 12 of file button.php.