Wysiwyg API in Wysiwyg 6
Same name and namespace in other branches
- 5.2 wysiwyg.module \wysiwyg_api
- 5 wysiwyg.module \wysiwyg_api
- 6.2 wysiwyg.module \wysiwyg_api
- 7.2 wysiwyg.module \wysiwyg_api
@todo Forked from Panels; abstract into a separate API module that allows contrib modules to define supported include/plugin types.
File
- ./
wysiwyg.module, line 543 - Integrate client-side editors with Drupal.
Functions
Name | Location | Description |
---|---|---|
wysiwyg_get_all_editors |
./ |
Compile a list holding all supported editors including installed editor version information. |
wysiwyg_get_directories |
./ |
Return a list of directories by modules implementing wysiwyg_include_directory(). |
wysiwyg_get_editor |
./ |
Return library information for a given editor. |
wysiwyg_get_path |
./ |
Helper function to build module/file paths. |
wysiwyg_load_includes |
./ |
Load include files for wysiwyg implemented by all modules. |
_wysiwyg_process_include |
./ |
Process a single hook implementation of a wysiwyg editor. |