You are here

Functions in Ace Code Editor 7

Primary tabs

Namesort descending Location Description Direct uses Strings
ace_editor_add ./ace_editor.module An API function to embed read-only editors into template files.
ace_editor_add_js ./ace_editor.module Add all JavaScript needed for the editor to work on the next page. 4
ace_editor_drush_command ./ace_editor.drush.inc Implements hook_drush_command().
ace_editor_execute_form_submit ./ace_editor.devel.inc Devel console submission handler. 1
ace_editor_field_formatter_default_settings ./ace_editor.module The default settings used with the Ace field formatter. 3
ace_editor_field_formatter_info ./ace_editor.module Implements hook_field_formatter_info().
ace_editor_field_formatter_settings_form ./ace_editor.module Implements hook_field_formatter_settings_form().
ace_editor_field_formatter_settings_summary ./ace_editor.module Implements hook_field_formatter_settings_summary().
ace_editor_field_formatter_view ./ace_editor.module Implements hook_field_formatter_view().
ace_editor_filter_info ./ace_editor.module Implements hook_filter_info().
ace_editor_filter_process ./ace_editor.module Implements hook_filter_FILTER_prepare(). 1
ace_editor_filter_settings ./ace_editor.module Returns the settings form for the text filter. 1
ace_editor_form_alter ./ace_editor.module Implements hook_form_alter().
ace_editor_get_assets ./ace_editor.module Fills the global var 'ace_editor_assets'. 3
ace_editor_get_modes ./ace_editor.module Returns all of the modes. 4
ace_editor_get_themes ./ace_editor.module Returns the installed themes. 3
ace_editor_init ./ace_editor.module Implements hook_init().
ace_editor_install ./ace_editor.install Implements hook_install().
ace_editor_libraries_info ./ace_editor.module Implements hook_libraries_info().
ace_editor_library ./ace_editor.module Implements hook_library().
ace_editor_library_installed ./ace_editor.module Returns if the library is installed. 3
ace_editor_make_js_friendly_settings ./ace_editor.module Replaces dashes with underscores in keys for use with JS. 3
ace_editor_menu ./ace_editor.module Implements hook_menu().
ace_editor_node_block_edit_form_attach_js ./ace_editor.module Add JS to the page containing the affected forms. 1
ace_editor_permission ./ace_editor.module Implements hook_permission().
ace_editor_requirements ./ace_editor.install Implements hook_requirements().
ace_editor_settings_form ./ace_editor.admin.inc Implements hook_form(). 1
ace_editor_uninstall ./ace_editor.install Implements hook_uninstall().
drush_ace_editor_post_pm_enable ./ace_editor.drush.inc Implements drush_MODULE_post_COMMAND().
drush_ace_editor_pre_pm_enable ./ace_editor.drush.inc Implements drush_MODULE_pre_COMMAND().
drush_download_ace ./ace_editor.drush.inc Command to download the Ace plugin. 2 1
get_setting_form_elements ./ace_editor.module Field formatter settings form. 2
str_replace_once ./ace_editor.module Custom function to replace the code only once. 1
tag_attributes ./ace_editor.module Get all attributes of an <ace> tag in key/value pairs. 1

Other projects