hook_wysiwyg_plugin |
./wysiwyg.api.php |
hook_wysiwyg_plugin(). Return an array of editor plugins. |
|
|
theme_wysiwyg_admin_button_table |
./wysiwyg.admin.inc |
Layout for the buttons in the Wysiwyg Editor profile form. |
|
|
theme_wysiwyg_profile_overview |
./wysiwyg.admin.inc |
Return HTML for the Wysiwyg profile overview form. |
|
|
wysiwyg_add_editor_settings |
./wysiwyg.module |
Add editor settings for a given input format. |
1 |
|
wysiwyg_add_plugin_settings |
./wysiwyg.module |
Add settings for external plugins. |
1 |
|
wysiwyg_admin |
./wysiwyg.admin.inc |
Callback handler for admin pages; menu callback. |
|
1 |
wysiwyg_fckeditor_editor |
editors/fckeditor.inc |
Plugin implementation of hook_editor(). |
|
|
wysiwyg_fckeditor_plugins |
editors/fckeditor.inc |
Return internal plugins for FCKeditor; semi-implementation of hook_wysiwyg_plugin(). |
|
1 |
wysiwyg_fckeditor_settings |
editors/fckeditor.inc |
Return runtime editor settings for a given wysiwyg profile. |
|
1 |
wysiwyg_fckeditor_themes |
editors/fckeditor.inc |
Determine available editor themes or check/reset a given one. |
|
1 |
wysiwyg_fckeditor_version |
editors/fckeditor.inc |
Detect editor version. |
|
1 |
wysiwyg_form_alter |
./wysiwyg.module |
Implementation of hook_form_alter(). |
|
|
wysiwyg_get_all_editors |
./wysiwyg.module |
Compile a list holding all supported editors including installed editor version information. |
2 |
|
wysiwyg_get_css |
./wysiwyg.module |
Retrieve stylesheets for HTML/IFRAME-based editors. |
2 |
|
wysiwyg_get_directories |
./wysiwyg.module |
Return a list of directories by modules implementing wysiwyg_include_directory(). |
1 |
|
wysiwyg_get_editor |
./wysiwyg.module |
Return library information for a given editor. |
5 |
|
wysiwyg_get_editor_config |
./wysiwyg.module |
Return an array of initial editor settings for a Wysiwyg profile. |
1 |
|
wysiwyg_get_editor_themes |
./wysiwyg.module |
Retrieve available themes for an editor. |
1 |
|
wysiwyg_get_path |
./wysiwyg.module |
Helper function to build module/file paths. |
17 |
|
wysiwyg_get_plugins |
./wysiwyg.module |
Return plugin metadata from the plugin registry. |
3 |
|
wysiwyg_get_profile |
./wysiwyg.module |
Determine the profile to use for a given input format id. |
1 |
|
wysiwyg_help |
./wysiwyg.module |
Implementation of hook_help(). |
|
|
wysiwyg_install |
./wysiwyg.install |
Implementation of hook_install(). |
|
|
wysiwyg_jwysiwyg_editor |
editors/jwysiwyg.inc |
Plugin implementation of hook_editor(). |
|
|
wysiwyg_jwysiwyg_version |
editors/jwysiwyg.inc |
Detect editor version. |
|
1 |
wysiwyg_load_editor |
./wysiwyg.module |
Load an editor library and initialize basic Wysiwyg settings. |
1 |
|
wysiwyg_load_includes |
./wysiwyg.module |
Load include files for wysiwyg implemented by all modules. |
1 |
|
wysiwyg_load_profile |
./wysiwyg.module |
Load all profiles. Just load one profile if $name is passed in. |
3 |
|
wysiwyg_markitup_editor |
editors/markitup.inc |
Plugin implementation of hook_editor(). |
|
|
wysiwyg_markitup_plugins |
editors/markitup.inc |
Return internal plugins for this editor; semi-implementation of hook_wysiwyg_plugin(). |
|
1 |
wysiwyg_markitup_settings |
editors/markitup.inc |
Return runtime editor settings for a given wysiwyg profile. |
|
1 |
wysiwyg_markitup_themes |
editors/markitup.inc |
Determine available editor themes or check/reset a given one. |
|
1 |
wysiwyg_markitup_version |
editors/markitup.inc |
Detect editor version. |
|
1 |
wysiwyg_menu |
./wysiwyg.module |
Implementation of hook_menu(). |
|
|
wysiwyg_migrate_tinymce |
./wysiwyg.install |
Migrate from TinyMCE. |
1 |
|
wysiwyg_nicedit_editor |
editors/nicedit.inc |
Plugin implementation of hook_editor(). |
|
|
wysiwyg_nicedit_plugins |
editors/nicedit.inc |
Return internal plugins for nicEdit; semi-implementation of hook_wysiwyg_plugin(). |
|
1 |
wysiwyg_nicedit_settings |
editors/nicedit.inc |
Return runtime editor settings for a given wysiwyg profile. |
|
1 |
wysiwyg_nicedit_version |
editors/nicedit.inc |
Detect editor version. |
|
1 |
wysiwyg_process_form |
./wysiwyg.module |
Process a textarea for Wysiwyg Editor. |
|
1 |
wysiwyg_profile_delete |
./wysiwyg.admin.inc |
Remove a profile from the database. |
1 |
|
wysiwyg_profile_delete_confirm |
./wysiwyg.admin.inc |
Delete editor profile confirmation form. |
|
1 |
wysiwyg_profile_delete_confirm_submit |
./wysiwyg.admin.inc |
Submit callback for Wysiwyg profile delete form. |
|
|
wysiwyg_profile_form |
./wysiwyg.admin.inc |
Return an HTML form for profile configuration. |
|
1 |
wysiwyg_profile_form_submit |
./wysiwyg.admin.inc |
Submit callback for Wysiwyg profile form. |
|
|
wysiwyg_profile_overview |
./wysiwyg.admin.inc |
Display overview of setup Wysiwyg Editor profiles; menu callback. |
|
1 |
wysiwyg_profile_overview_submit |
./wysiwyg.admin.inc |
Submit callback for Wysiwyg profile overview form. |
|
|
wysiwyg_schema |
./wysiwyg.install |
Implementation of hook_schema(). |
|
|
wysiwyg_theme |
./wysiwyg.module |
Implementation of hook_theme(). |
|
|
wysiwyg_tinymce_editor |
editors/tinymce.inc |
Plugin implementation of hook_editor(). |
|
|