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

Public Member Functions

 SimpleImageSubmitTag ($attributes)
 expectEndTag ()
 setValue ($value)
 getLabel ()
 isLabel ($label)
 write (&$encoding, $x, $y)

Detailed Description

Definition at line 441 of file tag.php.


Member Function Documentation

Tag contains no end element.

Returns:
boolean False. public

Reimplemented from SimpleTag.

Definition at line 457 of file tag.php.

getLabel ( )

Value of browser visible text.

Returns:
string Visible label. public

Definition at line 476 of file tag.php.

Here is the call graph for this function:

Here is the caller graph for this function:

isLabel ( label)

Test for a label match when searching.

Parameters:
string$labelLabel to test.
Returns:
boolean True on match. public

Reimplemented from SimpleWidget.

Definition at line 489 of file tag.php.

Here is the call graph for this function:

setValue ( value)

Disables the setting of the button value.

Parameters:
string$valueIgnored.
Returns:
boolean True if allowed. public

Reimplemented from SimpleWidget.

Definition at line 467 of file tag.php.

SimpleImageSubmitTag ( attributes)

Starts with a named tag with attributes only.

Parameters:
hash$attributesAttribute names and string values.

Definition at line 448 of file tag.php.

Here is the call graph for this function:

write ( &$  encoding,
x,
y 
)

Dispatches the value into the form encoded packet.

Parameters:
SimpleEncoding$encodingForm packet.
integer$xX coordinate of click.
integer$yY coordinate of click. public

Definition at line 500 of file tag.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