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

Public Member Functions

 MoodleQuickForm_format ($elementName=null, $elementLabel=null, $attributes=null, $useHtmlEditor=null)

Detailed Description

HTML class for a editor format drop down element

Author:
Jamie Pratt public

Definition at line 11 of file format.php.


Member Function Documentation

MoodleQuickForm_format ( elementName = null,
elementLabel = null,
attributes = null,
useHtmlEditor = null 
)

Class constructor

Parameters:
stringSelect name attribute
mixedLabel(s) for the select
mixedEither a typical HTML attribute string or an associative array
mixedEither a string returned from can_use_html_editor() or false for no html editor default 'detect' tells element to use html editor if it is available. public
Returns:
void

Definition at line 24 of file format.php.


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