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

Public Member Functions

 XoopsFormSelectCheckGroup ($caption, $name, $value=null, $size=1, $multiple=false)
 
- Public Member Functions inherited from XoopsFormCheckBox
 addOption ($value, $name= '')
 
 addOptionArray ($options)
 
 getDelimeter ($encode=false)
 
 getOptions ($encode=false)
 
 getValue ($encode=false)
 
 render ()
 
 renderValidationJS ()
 
 setValue ($value)
 
 XoopsFormCheckBox ($caption, $name, $value=null, $delimeter= ' ')
 
- 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 XoopsFormCheckBox
 $_delimeter
 
 $_options = array()
 
 $_value = array()
 
 $columns
 

Detailed Description

Definition at line 36 of file formselectcheckgroup.php.

Member Function Documentation

XoopsFormSelectCheckGroup::XoopsFormSelectCheckGroup (   $caption,
  $name,
  $value = null,
  $size = 1,
  $multiple = false 
)

Constructor

Parameters
string$caption
string$name
bool$include_anonInclude user "anonymous"?
mixed$valuePre-selected value (or array of them).
int$sizeNumber or rows. "1" makes a drop-down-list.
bool$multipleAllow multiple selections?

Definition at line 48 of file formselectcheckgroup.php.

References $member_handler, and xoops_gethandler().

Here is the call graph for this function:


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