Class: IcmsFormSet_passwordElement

Source Location: /class/icmsform/elements/icmsformset_passwordelement.php

Class IcmsFormSet_passwordElement

Class Overview

Form control creating 2 password textbox to allow the user to enter twice his password, for an object derived from IcmsPersistableObject

Located in /class/icmsform/elements/icmsformset_passwordelement.php [line 15]

XoopsFormElement
   |
   --XoopsFormElementTray
      |
      --IcmsFormSet_passwordElement
Author(s): Information Tags:
Version:  $Id: icmsformset_passwordelement.php 1889 2008-04-30 15:54:09Z malanciault $
Copyright:  The ImpressCMS Project http://www.impresscms.org/
Since:  1.1
License:  GNU General Public License (GPL)

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From XoopsFormElementTray

XoopsFormElementTray::$_required

Inherited From XoopsFormElement

XoopsFormElement::$customValidationCode

Inherited From XoopsFormElementTray

XoopsFormElementTray::XoopsFormElementTray()
constructor
XoopsFormElementTray::addElement()
Add an element to the group
XoopsFormElementTray::getDelimeter()
Get the delimiter of this group
XoopsFormElementTray::getElements()
Get an array of the elements in this group
XoopsFormElementTray::getRequired()
get an array of "required" form elements
XoopsFormElementTray::isContainer()
Is this element a container of other elements?
XoopsFormElementTray::isRequired()
Find out if there are required elements.
XoopsFormElementTray::render()
prepare HTML to output this group

Inherited From XoopsFormElement

XoopsFormElement::XoopsFormElement()
constructor
XoopsFormElement::getAccessKey()
get the "accesskey" attribute for the element
XoopsFormElement::getAccessString()
If the accesskey is found in the specified string, underlines it
XoopsFormElement::getCaption()
get the caption for the element
XoopsFormElement::getClass()
get the "class" attribute for the element
XoopsFormElement::getDescription()
get the element's description
XoopsFormElement::getExtra()
Get the extra attributes for the element
XoopsFormElement::getName()
get the "name" attribute for the element
XoopsFormElement::isContainer()
Is this element a container of other elements?
XoopsFormElement::isHidden()
Find out if an element is "hidden".
XoopsFormElement::isRequired()
Find out if an element is required.
XoopsFormElement::render()
Generates output for the element.
XoopsFormElement::renderValidationJS()
Render custom javascript validation code
XoopsFormElement::setAccessKey()
set the "accesskey" attribute for the element
XoopsFormElement::setCaption()
set the caption for the element
XoopsFormElement::setClass()
set the "class" attribute for the element
XoopsFormElement::setDescription()
set the element's description
XoopsFormElement::setExtra()
Add extra attributes to the element.
XoopsFormElement::setHidden()
flag the element as "hidden"
XoopsFormElement::setName()
set the "name" attribute for the element

[ Top ]
Method Summary
IcmsFormSet_passwordElement   IcmsFormSet_passwordElement()   Constructor

[ Top ]
Methods
Constructor IcmsFormSet_passwordElement  [line 48]

  IcmsFormSet_passwordElement IcmsFormSet_passwordElement( $object, $key, string $caption, string $name, int $size, int $maxlength, int $value  )

Constructor

Parameters:
string   $caption:  Caption
string   $name:  "name" attribute
int   $size:  Size of the field
int   $maxlength:  Maximum length of the text
int   $value:  Initial value of the field. Warning: this is readable in cleartext in the page's source!
   $object: 
   $key: 


[ Top ]

Documentation generated on Sat, 15 Nov 2008 14:17:00 -0600 by phpDocumentor 1.4.1