Functions for panels ajax features in Panels 6.2
File
- includes/
display-edit.inc, line 318
Functions
Name | Location | Description |
---|---|---|
panels_add_content |
includes/ |
|
panels_ajax_add_pane_choose |
includes/ |
Entry point for AJAX: 'Add Content' modal form, from which the user selects the type of pane to add. |
panels_ajax_add_pane_config |
includes/ |
AJAX entry point for to configure a pane that has just been added. |
panels_ajax_cache_method |
includes/ |
Entry point for AJAX modal: configure pane cache method |
panels_ajax_cache_settings |
includes/ |
Handle the cache settings form |
panels_ajax_configure_pane |
includes/ |
AJAX entry point for to configure a pane that has just been added. |
panels_ajax_render |
includes/ |
Simple render function to make sure output is what we want. |
panels_ajax_style_settings |
includes/ |
AJAX incoming to deal with the style settings modal |
panels_ajax_toggle_shown |
includes/ |
Entry point for AJAX: toggle pane show/hide status. |
panels_content_config_form |
includes/ |
Master FAPI definition for all pane add/edit configuration forms. |
panels_content_config_form_submit |
includes/ |
FAPI submission function for the edit content form. |
panels_content_config_form_validate |
includes/ |
FAPI validator for panels_content_config_form(). |
panels_edit_cache_method_form |
includes/ |
Choose cache method form |
panels_edit_cache_method_form_submit |
includes/ |
Submit callback for panels_edit_cache_method_form. |
panels_edit_cache_settings_form |
includes/ |
Cache settings form |
panels_edit_cache_settings_form_submit |
includes/ |
Allows panel styles to validate their style settings. |
panels_edit_cache_settings_form_validate |
includes/ |
Validate cache settings. |
panels_style_settings_form |
includes/ |
Form for the style settings modal. |
theme_panels_dnd |
includes/ |
|
theme_panels_panel_dnd |
includes/ |
|
theme_panels_pane_collapsible |
includes/ |
|
theme_panels_pane_dnd |
includes/ |