|
xHTML-o-MATIC
A mini framework for handling PHP web frontends.
|
Inheritance diagram for xHTML_InputPassword:
Collaboration diagram for xHTML_InputPassword:Public Member Functions | |
| __construct ($parent) | |
Public Member Functions inherited from xHTML_InputText | |
| CreateCharValidatorHandler ($acceptedchars, $allowempty=FALSE, $isemail=FALSE, $setmaxchars=0, $isdate=FALSE, $ajaxtestscript=NULL) | |
| CreateEqualValidatorHandler ($forms) | |
| Render () | |
| GetAllScriptDataForForm () | |
Public Member Functions inherited from xHTML_Input | |
| SetValue ($text) | |
| SetProperty ($name, $value) | |
| AddCSSClass ($classname) | |
Public Member Functions inherited from xHTML_Item | |
| GetID () | |
| SetID ($id) | |
| ToString () | |
| GetParent () | |
| ClearContent () | |
| SetIDVisibility ($visible) | |
Additional Inherited Members | |
Protected Member Functions inherited from xHTML_Item | |
| ClearProperty ($name) | |
| ReplaceContent ($content) | |
| AddContent ($content) | |
| CompactText ($text) | |
| AddContentBefore ($newContent) | |
| AddContentAfter ($newContent) | |
Protected Attributes inherited from xHTML_InputText | |
| $img | |
| $hasfilter | |
| $javascript_function_name | |
| $javascriptElement | |
Protected Attributes inherited from xHTML_Input | |
| $parentForm | |
Protected Attributes inherited from xHTML_Item | |
| $uniqid | |
| $tagname | |
| $contents | |
| $properties | |
| $autoclosed | |
| $bbenabled | |
| $parent | |
| xHTML_InputPassword::__construct | ( | $parent | ) |
Default constructor
Reimplemented from xHTML_InputText.