You are here

Wysiwyg API in Wysiwyg 6

Same name and namespace in other branches
  1. 5.2 wysiwyg.module \wysiwyg_api
  2. 5 wysiwyg.module \wysiwyg_api
  3. 6.2 wysiwyg.module \wysiwyg_api
  4. 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

Namesort descending Location Description
wysiwyg_get_all_editors ./wysiwyg.module Compile a list holding all supported editors including installed editor version information.
wysiwyg_get_directories ./wysiwyg.module Return a list of directories by modules implementing wysiwyg_include_directory().
wysiwyg_get_editor ./wysiwyg.module Return library information for a given editor.
wysiwyg_get_path ./wysiwyg.module Helper function to build module/file paths.
wysiwyg_load_includes ./wysiwyg.module Load include files for wysiwyg implemented by all modules.
_wysiwyg_process_include ./wysiwyg.module Process a single hook implementation of a wysiwyg editor.