beautytips_add_beautytips |
./beautytips.module |
This is the API. Call this function to add beautytips. |
9 |
|
beautytips_add_js |
./beautytips.module |
Add the basic beautytips javascript to the page. |
1 |
|
beautytips_define_beautytips_styles |
./beautytips.module |
Implements hook_define_beautytips_styles(). |
|
|
beautytips_drupal_help_admin_info |
includes/drupal_help.inc |
|
|
|
beautytips_drupal_help_main |
includes/drupal_help.inc |
Menu callback; prints a page listing a glossary of Drupal terminology.
Beautytips added for the help links |
|
1 |
beautytips_drupal_help_menu_change |
includes/drupal_help.inc |
Implementation of hook_menu_alter() |
|
|
beautytips_drupal_help_theme_change |
includes/drupal_help.inc |
Implementation of hook_theme_registry_alter |
|
|
beautytips_get_style |
./beautytips.module |
Get an array of options that defines a particular style |
1 |
|
beautytips_get_styles |
./beautytips.module |
Get all the defined beautytips styles |
4 |
|
beautytips_install |
./beautytips.install |
Implements hook_install(). |
|
|
beautytips_manager_build_beautytip |
beautytips_manager/beautytips_manager.module |
Given a custom tip. |
1 |
|
beautytips_manager_define_beautytips_styles |
beautytips_manager/beautytips_manager.module |
Implements hook_define_beautytips_styles(). |
|
|
beautytips_manager_delete_custom_style |
beautytips_manager/beautytips_manager.module |
Delete a singular custom beautytip. |
1 |
|
beautytips_manager_delete_custom_tip |
beautytips_manager/beautytips_manager.module |
Delete a singular custom beautytip. |
1 |
|
beautytips_manager_get_custom_style |
beautytips_manager/beautytips_manager.module |
Grab a custom style from the database. |
2 |
|
beautytips_manager_get_custom_styles |
beautytips_manager/beautytips_manager.module |
Get all defined custom styles. |
2 |
|
beautytips_manager_get_custom_tip |
beautytips_manager/beautytips_manager.module |
Retrieves a single custom beautytip. |
2 |
|
beautytips_manager_get_custom_tips |
beautytips_manager/beautytips_manager.module |
Retrieve all custom beautytips. |
2 |
|
beautytips_manager_get_triggers |
beautytips_manager/beautytips_manager.module |
Retrieve a list of all possible triggers. |
1 |
|
beautytips_manager_library_info_build |
beautytips_manager/beautytips_manager.module |
Implements hook_library_info_build(). |
|
|
beautytips_manager_page_attachments |
beautytips_manager/beautytips_manager.module |
Implements hook_page_attachments(). |
|
|
beautytips_manager_permission |
beautytips_manager/beautytips_manager.module |
Implements hook_permission(). |
|
|
beautytips_manager_save_custom_style |
beautytips_manager/beautytips_manager.module |
Save a singular beautytip style. |
1 |
|
beautytips_manager_save_custom_tip |
beautytips_manager/beautytips_manager.module |
Save a singular beautytip. |
1 |
|
beautytips_manager_schema |
beautytips_manager/beautytips_manager.install |
Implements hook_schema(). |
|
|
beautytips_manager_style_mapping |
beautytips_manager/beautytips_manager.module |
Contains an array of beautytip style options
for mapping the names between php and javascript. |
3 |
|
beautytips_page_attachments |
./beautytips.module |
Implements hook_page_attachments(). |
|
|
beautytips_textinput_admin_info |
includes/textinput.inc |
|
|
|
beautytips_textinput_form_change |
includes/textinput.inc |
|
|
|
beautytips_textinput_form_id_off |
includes/textinput.inc |
Menu callback. Turns off the display of form-ids. |
|
1 |
beautytips_textinput_menu_items |
includes/textinput.inc |
|
|
|
beautytips_ui_admin_settings |
beautytips_ui/beautytips_ui.module |
@file
Adds includes to Beautytips settings page and provides some built in
functionality. TODO: hook_theme invoke - maybe Invoked include hooks:
admin_info, menu_change, theme_change, form_change, menu_items
ex beautytips_textinput_info. |
1 |
|
beautytips_ui_admin_submit |
beautytips_ui/beautytips_ui.module |
Clear menu cache and theme registry in case beautytips help tips turned on
or off |
1 |
|
beautytips_ui_form_alter |
beautytips_ui/beautytips_ui.module |
Implements hook_form_alter(). |
|
|
beautytips_ui_include_hook |
beautytips_ui/beautytips_ui.module |
Determine whether an include implements a hook, cf. module_hook. |
1 |
|
beautytips_ui_include_invoke |
beautytips_ui/beautytips_ui.module |
Invoke hook in a particular include. |
5 |
|
beautytips_ui_include_list |
beautytips_ui/beautytips_ui.module |
Maintains a list of all loaded include files. |
1 |
|
beautytips_ui_menu |
beautytips_ui/beautytips_ui.module |
Implements hook_menu(). |
|
|
beautytips_ui_menu_alter |
beautytips_ui/beautytips_ui.module |
Implements hook_menu_alter(). |
|
|
beautytips_ui_theme_registry_alter |
beautytips_ui/beautytips_ui.module |
Implementation of hook_theme_registry_alter(). |
|
|
beautytips_uninstall |
./beautytips.install |
Implements hook_uninstall(). |
|
|
theme_beautytips_advanced_help_topic |
includes/drupal_help.inc |
Display a help icon with a link to view the topic in a popup. |
|
1 |
theme_beautytips_drupal_help_more_help_link |
includes/drupal_help.inc |
Returns code that emits the 'more help'-link.
Overrides theme_more_help_link |
|
1 |