Elgg  Version 2.3
submit.php
Go to the documentation of this file.
1 <?php
11 $vars['type'] = 'submit';
12 
13 $vars['class'] = elgg_extract_class($vars, 'elgg-button-submit');
14 
15 echo elgg_view('input/button', $vars);
elgg_extract_class(array $array, $existing=[])
Extract class names from an array with key "class", optionally merging into a preexisting set...
Definition: elgglib.php:1396
$vars['type']
Definition: submit.php:11
elgg echo
Translates a string.
Definition: languages.js:48
elgg_view($view, $vars=array(), $ignore1=false, $ignore2=false, $viewtype= '')
Return a parsed view.
Definition: views.php:336