Moodle  2.2.1
http://www.collinsharper.com
MoodleQuickForm_group Class Reference
Inheritance diagram for MoodleQuickForm_group:
Collaboration diagram for MoodleQuickForm_group:

Public Member Functions

 MoodleQuickForm_group ($elementName=null, $elementLabel=null, $elements=null, $separator=null, $appendName=true)
 setHelpButton ($helpbuttonargs, $function='helpbutton')
 getHelpButton ()
 getElementTemplateType ()
 setElements ($elements)

Data Fields

 $_helpbutton = ''

Detailed Description

HTML class for a form element group

Author:
Adam Daniel <adaniel1@eesus.jnj.com>
Bertrand Mansion <bmansion@mamasam.com>
Version:
1.0
Since:
PHP4.04pl1 public

Definition at line 13 of file group.php.


Member Function Documentation

Definition at line 45 of file group.php.

Here is the call graph for this function:

set html for help button

public

Parameters:
array$helparray of arguments to make a help button
string$functionfunction name to call to get html

Definition at line 42 of file group.php.

MoodleQuickForm_group ( elementName = null,
elementLabel = null,
elements = null,
separator = null,
appendName = true 
)

Definition at line 20 of file group.php.

Here is the call graph for this function:

setElements ( elements)

Sets the grouped elements

Parameters:
array$elementsArray of elements
Since:
1.1 public
Returns:
void

Reimplemented from HTML_QuickForm_group.

Definition at line 57 of file group.php.

setHelpButton ( helpbuttonargs,
function = 'helpbutton' 
)

set html for help button

public

Parameters:
array$helparray of arguments to make a help button
string$functionfunction name to call to get html

Definition at line 32 of file group.php.

Here is the call graph for this function:


Field Documentation

$_helpbutton = ''

Definition at line 19 of file group.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations