XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
XoopsFormSelectTimezone Class Reference
Inheritance diagram for XoopsFormSelectTimezone:
Inheritance graph

Public Member Functions

 XoopsFormSelectTimezone ($caption, $name, $value=null, $size=1)
 
- Public Member Functions inherited from XoopsFormSelect
 addOption ($value, $name= '')
 
 addOptionArray ($options)
 
 getOptions ($encode=false)
 
 getSize ()
 
 getValue ($encode=false)
 
 isMultiple ()
 
 render ()
 
 renderValidationJS ()
 
 setValue ($value)
 
 XoopsFormSelect ($caption, $name, $value=null, $size=1, $multiple=false)
 
- Public Member Functions inherited from XoopsFormElement
 getAccessKey ()
 
 getAccessString ($str)
 
 getCaption ($encode=false)
 
 getClass ()
 
 getDescription ($encode=false)
 
 getExtra ($encode=false)
 
 getFormType ()
 
 getName ($encode=true)
 
 getNocolspan ()
 
 getTitle ($encode=true)
 
 isContainer ()
 
 isHidden ()
 
 isRequired ()
 
 render ()
 
 renderValidationJS ()
 
 setAccessKey ($key)
 
 setCaption ($caption)
 
 setClass ($class)
 
 setDescription ($description)
 
 setExtra ($extra, $replace=false)
 
 setFormType ($value= '')
 
 setHidden ()
 
 setName ($name)
 
 setNocolspan ($nocolspan=true)
 
 XoopsFormElement ()
 

Additional Inherited Members

- Public Attributes inherited from XoopsFormSelect
 $_multiple = false
 
 $_options = array()
 
 $_size
 
 $_value = array()
 

Detailed Description

A select box with timezones

Definition at line 33 of file formselecttimezone.php.

Member Function Documentation

XoopsFormSelectTimezone::XoopsFormSelectTimezone (   $caption,
  $name,
  $value = null,
  $size = 1 
)

Constructor

Parameters
string$caption
string$name
mixed$valuePre-selected value (or array of them). Legal values are "-12" to "12" with some ".5"s strewn in ;-)
int$sizeNumber of rows. "1" makes a drop-down-box.

Definition at line 44 of file formselecttimezone.php.


The documentation for this class was generated from the following file: