modalframe_child_js |
./modalframe.module |
API: Add javascript and stylesheets to the child page. |
3 |
|
modalframe_close_dialog |
./modalframe.module |
API: Close a client side dialog. |
2 |
|
modalframe_example_form_alter |
modules/modalframe_example/modalframe_example.module |
Implementation of hook_form_alter(). |
|
|
modalframe_example_form_submit |
modules/modalframe_example/modalframe_example.module |
Submit handler for our node edit form example. |
|
1 |
modalframe_example_get_item |
modules/modalframe_example/modalframe_example.module |
Helper function to build links to each example from the main examples page. |
1 |
|
modalframe_example_hello_world |
modules/modalframe_example/modalframe_example.module |
Menu callback; Hello world example. |
|
1 |
modalframe_example_menu |
modules/modalframe_example/modalframe_example.module |
Implementation of hook_menu(). |
|
|
modalframe_example_node_edit_page |
modules/modalframe_example/modalframe_example.module |
Menu callback; Node edit form example. |
|
1 |
modalframe_example_page |
modules/modalframe_example/modalframe_example.module |
Menu callback; Generate the parent window, from where all examples are available. |
|
1 |
modalframe_example_permission |
modules/modalframe_example/modalframe_example.module |
Implementation of hook_perm(). |
|
|
modalframe_example_simple_form |
modules/modalframe_example/modalframe_example.module |
Generate the form for the child window. |
|
2 |
modalframe_example_simple_form_submit |
modules/modalframe_example/modalframe_example.module |
Submit handler for the child form. |
|
|
modalframe_example_simple_page |
modules/modalframe_example/modalframe_example.module |
Menu callback; Generate the child page for the example. |
|
1 |
modalframe_form_after_build |
./modalframe.module |
Form after build callback. |
|
1 |
modalframe_form_after_build_recursive |
./modalframe.module |
Find form elements with submit handlers recursively. |
1 |
|
modalframe_form_alter |
./modalframe.module |
Implementation of hook_form_alter(). |
|
|
modalframe_form_submit |
./modalframe.module |
Generic form submit handler. |
|
2 |
modalframe_page_alter |
./modalframe.module |
Implements hook_page_alter(). |
|
|
modalframe_parent_js |
./modalframe.module |
API: Add javascript and stylesheets to the parent page. |
1 |
|
modalframe_preprocess_html |
./modalframe.module |
Preprocess template variables for html.tpl.php |
|
|
modalframe_preprocess_page |
./modalframe.module |
Preprocess template variables for page.tpl.php - step 2. |
|
|
modalframe_pre_preprocess_page |
./modalframe.module |
Preprocess template variables for page.tpl.php - step 1. |
|
1 |
modalframe_theme_registry_alter |
./modalframe.module |
Implementation of hook_theme_registry_alter(). |
|
|
_modalframe_insert_after_first_element |
./modalframe.module |
Helper function for modalframe_theme_registry_alter() |
1 |
|