UNB Components Code Reference

UnbUi::UserLoginPassword method

Prints the input element for the user login password.

public static function UnbUi::UserLoginPassword ($user = null, $id = null, $style = '', $autoComplete = true);

Parameters

user  –  optional, default: null

(UnbUser) User instance to be altered, or null for a new user or login

id  –  optional, default: null

(string) HTML element ID for the input element, or null for a default ID

style  –  optional, default: ''

(string) HTML element style attribute value, see GetStyleClassAttr

autoComplete  –  optional, default: true

(bool) Enable auto completion for this field

Member of class: UnbUi

Implementation file: ui.class.php, line 771

© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-06.