beautytips_add_beautytips |
./beautytips.module |
This is the API. Call this function to add beautytips.
See README.txt for more info. |
5 |
|
beautytips_admin |
./beautytips.module |
Beautytips administration page |
|
1 |
beautytips_admin_submit |
./beautytips.module |
Clear menu cache and theme registry in case beautytips help tips turned on or off |
|
1 |
beautytips_form_alter |
./beautytips.module |
Implementation of hook_form_alter.
Adds beautytips for textareas and textfields |
|
|
beautytips_form_id_off |
./beautytips.module |
Menu callback. Turns off the display of form-ids. |
|
1 |
beautytips_help_main |
./beautytips.module |
Menu callback; prints a page listing a glossary of Drupal terminology.
Beautytips added for the help links |
|
1 |
beautytips_install |
./beautytips.install |
Implementation of hook_install(). |
|
|
beautytips_menu |
./beautytips.module |
Implementation of hook_menu. |
|
|
beautytips_menu_alter |
./beautytips.module |
Implementation of hook_menu_alter() |
|
|
beautytips_theme |
./beautytips.module |
Implementation of hook_theme(). |
|
|
beautytips_theme_registry_alter |
./beautytips.module |
Implementation of hook_theme_registry_alter |
|
|
theme_beautytips_advanced_help_topic |
./beautytips.module |
Override of theme_advanced_help_topic to add Beautytips
Display a help icon with a link to view the topic in a popup. |
|
1 |
theme_beautytips_more_help_link |
./beautytips.module |
Returns code that emits the 'more help'-link.
Overrides theme_more_help_link |
|
1 |
theme_beautytips_styles |
./beautytips.module |
See jQuery.bt.js for descriptions of defaults
Returns an array of default settings to be sent
to the beautytips plugin |
|
|