|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| SimpleTextAreaTag ($attributes) | |
| getDefault () | |
| setValue ($value) | |
| _wrapIsEnabled () | |
| _wrap ($text) | |
| isPrivateContent () | |
| _wrap | ( | $ | text | ) |
Performs the formatting that is peculiar to this tag. There is strange behaviour in this one, including stripping a leading new line. Go figure. I am using Firefox as a guide.
| string | $text | Text to wrap. |
Definition at line 628 of file tag.php.


| _wrapIsEnabled | ( | ) |
| getDefault | ( | ) |
Accessor for starting value.
Reimplemented from SimpleWidget.
Definition at line 589 of file tag.php.

| isPrivateContent | ( | ) |
| setValue | ( | $ | value | ) |
Applies word wrapping if needed.
| string | $value | New value. |
Reimplemented from SimpleWidget.
Definition at line 599 of file tag.php.

| SimpleTextAreaTag | ( | $ | attributes | ) |