You are here

Wysiwyg API in Wysiwyg 7.2

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. 6 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 1059

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_all_plugins ./wysiwyg.module Invoke hook_wysiwyg_plugin() in all modules.
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_libraries ./wysiwyg.module Return an array of library directories.
wysiwyg_get_path ./wysiwyg.module Helper function to build paths to libraries.
wysiwyg_load_includes ./wysiwyg.module Load include files for wysiwyg implemented by all modules.
wysiwyg_wrap_js_callback ./wysiwyg.module Create a placeholder structure for JavaScript callbacks.
wysiwyg_wrap_js_regexp ./wysiwyg.module Create a placeholder structure for JavaScript RegExp objects.
_wysiwyg_process_include ./wysiwyg.module Process a single hook implementation of a wysiwyg editor.