366 B
366 B
ui.password
(string $name, mixed $value = null, array $attributes = [], array $options = [])
Built on top of ui.input
.
The following attributes are assigned by this extension :
'class' => "ui-password"
'type' => "password"
and will typically be rendered such as :
<input class="ui-password" type="password" value="$value" name="$name">