Wysiwyg API in Wysiwyg 5.2
Same name and namespace in other branches
- 5 wysiwyg.module \wysiwyg_api
- 6.2 wysiwyg.module \wysiwyg_api
- 6 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 648 - 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_all_plugins |
./ |
Invoke hook_wysiwyg_plugin() in all modules. |
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_libraries |
./ |
Return an array of library directories. |
wysiwyg_get_path |
./ |
Helper function to build paths to libraries. |
wysiwyg_load_includes |
./ |
Load include files for wysiwyg implemented by all modules. |
wysiwyg_wrap_js_callback |
./ |
Create a placeholder structure for JavaScript callbacks. |
wysiwyg_wrap_js_regexp |
./ |
Create a placeholder structure for JavaScript RegExp objects. |
_wysiwyg_process_include |
./ |
Process a single hook implementation of a wysiwyg editor. |