Elgg  Version master
submit.php
Go to the documentation of this file.
1 <?php
10 $vars['type'] = 'submit';
11 
12 echo elgg_view('input/button', $vars);
$vars['type']
Renders a <button type="submit">
Definition: submit.php:10
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition: views.php:156