You are here

Functions in Editor 6

Primary tabs

Namesort descending Location Description Direct uses Strings
editor_attach ./editor.module
editor_display_toolbars ./editor.module @todo: handle different toolbars etc? or all themeing? 1
editor_editor_plugins ./editor.plugins.inc Default core and popular module supported plugins.
editor_editor_plugin_api ./editor.module @todo: just testing take this out
editor_editor_plugin_types ./editor.plugins.types.inc Default plugin types.
editor_editor_profiles ./editor.profiles.inc Default editor profiles.
editor_invoke_plugins ./editor.module Invokes hook_editor_plugins(). 2
editor_invoke_plugin_api ./editor.module Invokes hook_editor_plugin_api(). 1
editor_invoke_plugin_types ./editor.module Invokes hook_editor_plugin_types(). 1
editor_invoke_profiles ./editor.module Invokes hook_editor_profiles(). 1
editor_menu ./editor.module Implementation of hook_menu().
editor_perm ./editor.module Implementation of hook_perm();
editor_plugin_code_options ./editor.plugins.inc Code options. 1
editor_plugin_create ./editor.module Create a plugin object. 1
editor_plugin_get ./editor.module Return a plugin object or FALSE. 1
editor_plugin_image_options ./editor.plugins.inc Image options. 1
editor_plugin_link_options ./editor.plugins.inc Link options. 1
editor_plugin_mailto_options ./editor.plugins.inc Mailto options. 1
editor_plugin_type_create ./editor.module Create a plugin type object. 1
editor_plugin_type_get ./editor.module Return a plugin type object or FALSE. 1
editor_profile_create ./editor.module Create a profile object. 1
editor_profile_get ./editor.module Return a plugin type object or FALSE. 1
editor_profile_parse_string ./editor.module Parase a profile string into a usable array of pid's and placeholders. 1
editor_profile_plugins ./editor.module Return plugins based on a profile's placeholders. 1
theme_editor_button ./editor.plugins.types.inc Theme a button plugin type.
theme_editor_spacer ./editor.module Theme a spacer.
theme_editor_toolbar ./editor.module Theme an editor toolbar.

Other projects