Differences Between: [Versions 401 and 402] [Versions 402 and 403]
(no description)
File Size: | 238 lines (8 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
editor:: (10 methods):
__construct()
set_default_configuration()
get_default_configuration()
reset_default_configuration()
is_default_configuration_set()
supported_by_browser()
get_supported_formats()
get_preferred_format()
supports_repositories()
use_editor()
__construct() X-Ref |
Instantiate the new editor instance. |
set_default_configuration(manager $manager) X-Ref |
Set the default configuration for the editor. param: manager $manager The editor manager |
get_default_configuration() X-Ref |
Fetch the current defautl configuration. return: \stdClass|null The default configuration or null if not set. |
reset_default_configuration() X-Ref |
Reset the default configuration. |
is_default_configuration_set() X-Ref |
Check if the default configuration is set. return: bool True if the default configuration is set. |
supported_by_browser() X-Ref |
Is the current browser supported by this editor? return: bool |
get_supported_formats() X-Ref |
List of supported text field formats. return: array |
get_preferred_format() X-Ref |
Returns text format preferred by this editor. return: int |
supports_repositories() X-Ref |
Does this editor support picking from repositories? return: bool |
use_editor($elementid, array $options = null, $fpoptions = null) X-Ref |
Use this editor for given element. param: string $elementid param: array $options param: null $fpoptions |