You are here

Functions in BUEditor Plus 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
bueditor_plus_admin ./bueditor_plus.admin.inc Main administration page. Overrides the default BUEditor admin page. We actually grab the bueditor_admin build array and replace the form with our own to represent the new profiles system. The format has been mimicked from the original… 1
bueditor_plus_allowed_fields ./bueditor_plus.module The field types that can have profiles attached. 2
bueditor_plus_element_info_alter ./bueditor_plus.module Implements hook_element_info_alter().
bueditor_plus_form_field_ui_field_edit_form_alter ./bueditor_plus.module Implements hook_form_FORM_ID_alter() for field_ui_field_edit_form().
bueditor_plus_menu ./bueditor_plus.module Implements hook_menu().
bueditor_plus_menu_alter ./bueditor_plus.module Implements hook_menu_alter().
bueditor_plus_process_format ./bueditor_plus.module Checks for any bueditor_plus profiles that should be attached and adds the JavaScript settings to implement the format profile. 1
bueditor_plus_profiles ./bueditor_plus.module Loads the editor profiles. 4 1
bueditor_plus_profile_delete_form ./bueditor_plus.admin.inc Menu Callback; Delivers the confirmation to delete $profile 1
bueditor_plus_profile_delete_form_submit ./bueditor_plus.admin.inc Handles the submission of our profile delete form.
bueditor_plus_profile_form ./bueditor_plus.admin.inc Delivers the profile form. If $profile is specified then that profile will be edited. If not then we are creating a new profile. 1
bueditor_plus_profile_form_submit ./bueditor_plus.admin.inc Handles the submission of our profile form.
bueditor_plus_profile_load ./bueditor_plus.module Loads a specific profile. Used in menu %bueditor_plus_profile
bueditor_plus_schema ./bueditor_plus.install Implements hook_schema().
bueditor_plus_theme ./bueditor_plus.module Implements hook_theme().
bueditor_plus_update_7001 ./bueditor_plus.install Create the global field.
hook_bueditor_plus_allowed_fields_alter ./bueditor_plus.api.php Alter the Drupal fields allowed to have BUEditor applied.
theme_bueditor_plus_profile_table ./bueditor_plus.admin.inc Returns HTML for our profile table.
_bueditor_plus_get_editor ./bueditor_plus.module Helper function to retrieve the assigned BUEditor for the profile. 1

Other projects