beautytips_add_beautytips |
./beautytips.module |
This is the API. Call this function to add beautytips. |
7 |
|
beautytips_admin |
./beautytips.admin.inc |
Menu callback - beautytips admin settings form
TODO: Add animation options. |
|
1 |
beautytips_admin_submit |
./beautytips.admin.inc |
Submit function for beautytips settings form |
|
1 |
beautytips_admin_validate |
./beautytips.admin.inc |
Validation for beautytips settings form |
|
|
beautytips_define_beautytips_styles |
./beautytips.module |
Implementation of 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 |
2 |
|
beautytips_get_styles |
./beautytips.module |
Get all the defined beautytips styles |
3 |
|
beautytips_init |
./beautytips.module |
Implementation of hook_init(). |
|
|
beautytips_install |
./beautytips.install |
Implementation of hook_install(). |
|
|
beautytips_manager_admin |
./beautytips_manager.module |
Form for configuring custom beautytips. |
|
1 |
beautytips_manager_admin_submit |
./beautytips_manager.module |
Submission callback for beautytips manager admin form. |
|
1 |
beautytips_manager_admin_validate |
./beautytips_manager.module |
Validation callback for beautytips manager admin form. |
|
|
beautytips_manager_build_beautytip |
./beautytips_manager.module |
Given a custom tip, build an array of options
that can be passed to beautytips_add_beautytips(). |
1 |
|
beautytips_manager_delete_confirm_form |
./beautytips_manager.module |
Confirm form for deleting a custom beautytip. |
|
1 |
beautytips_manager_delete_confirm_form_submit |
./beautytips_manager.module |
Submit callback for beautytips delete confirm form. |
|
|
beautytips_manager_delete_custom_tip |
./beautytips_manager.module |
Delete a singular custom beautytip. |
1 |
|
beautytips_manager_get_custom_tip |
./beautytips_manager.module |
Retrieves a single custom beautytip. |
2 |
|
beautytips_manager_get_custom_tips |
./beautytips_manager.module |
Retrieve all custom beautytips. |
2 |
|
beautytips_manager_get_triggers |
./beautytips_manager.module |
Retrieve a list of all possible triggers.
TODO: Don't include all of these |
1 |
|
beautytips_manager_init |
./beautytips_manager.module |
Implementation of hook_init(). |
|
|
beautytips_manager_install |
./beautytips_manager.install |
Implementation of hook_install(). |
|
|
beautytips_manager_menu |
./beautytips_manager.module |
Implementation of hook_menu(). |
|
|
beautytips_manager_perm |
./beautytips_manager.module |
Implementation of hook_perm(). |
|
|
beautytips_manager_save_custom_tip |
./beautytips_manager.module |
Save a singular beautytip. |
1 |
|
beautytips_manager_schema |
./beautytips_manager.install |
Implementation of hook_schema(). |
|
|
beautytips_manager_tips_manager_page |
./beautytips_manager.module |
Listing of all beautytips available. |
|
1 |
beautytips_manager_uninstall |
./beautytips_manager.install |
Implementation of hook_uninstall(). |
|
|
beautytips_menu |
./beautytips.module |
Implementation of hook_menu(). |
|
|
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.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.module |
Clear menu cache and theme registry in case beautytips help tips turned on or off |
|
|
beautytips_ui_form_alter |
./beautytips_ui.module |
Implementation of hook_form_alter.
Adds beautytips for textareas and textfields |
|
|
beautytips_ui_include_hook |
./beautytips_ui.module |
Determine whether an include implements a hook, cf. module_hook. |
1 |
|
beautytips_ui_include_invoke |
./beautytips_ui.module |
Invoke hook in a particular include. |
5 |
|
beautytips_ui_include_list |
./beautytips_ui.module |
Maintains a list of all loaded include files. |
1 |
|
beautytips_ui_menu |
./beautytips_ui.module |
Implementation of hook_menu. |
|
|
beautytips_ui_menu_alter |
./beautytips_ui.module |
Implementation of hook_menu_alter(). |
|
|
beautytips_ui_theme_registry_alter |
./beautytips_ui.module |
Implementation of hook_theme_registry_alter(). |
|
|
beautytips_uninstall |
./beautytips.install |
Implementation of 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 |