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