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

Public Member Functions

 MoodleQuickForm_cancel ($elementName=null, $value=null, $attributes=null)
 onQuickFormEvent ($event, $arg, &$caller)
 getFrozenHtml ()
 freeze ()

Detailed Description

HTML class for a submit type element

Author:
Jamie Pratt public

Definition at line 15 of file cancel.php.


Member Function Documentation

freeze ( )

Freeze the element so that only its value is returned

public

Returns:
void

Reimplemented from MoodleQuickForm_submit.

Definition at line 54 of file cancel.php.

Returns the value of field without HTML tags

Since:
1.0 public
Returns:
string

Reimplemented from HTML_QuickForm_element.

Definition at line 50 of file cancel.php.

MoodleQuickForm_cancel ( elementName = null,
value = null,
attributes = null 
)

Class constructor

Since:
1.0 public
Returns:
void

Definition at line 26 of file cancel.php.

Here is the call graph for this function:

onQuickFormEvent ( event,
arg,
&$  caller 
)

Called by HTML_QuickForm whenever form event is made on this element

Parameters:
string$eventName of event
mixed$argevent arguments
object$callercalling object
Since:
1.0 public
Returns:
void

Reimplemented from MoodleQuickForm_submit.

Definition at line 37 of file cancel.php.

Here is the call graph for this function:


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