23 calls to panels_edit_cache_set() in Panels 6.3
- panels_ajax_edit_pane_next in plugins/
display_renderers/ panels_renderer_editor.class.php - Handle the 'next' click on the add/edit pane form wizard.
- panels_ajax_flexible_edit_add in plugins/
layouts/ flexible/ flexible.inc - AJAX responder to add a new row, column or region to a flexible layout.
- panels_ajax_flexible_edit_remove in plugins/
layouts/ flexible/ flexible.inc - AJAX responder to remove an existing row, column or region from a flexible layout.
- panels_ajax_flexible_edit_resize in plugins/
layouts/ flexible/ flexible.inc - AJAX responder to store resize information when the user adjusts the splitter.
- panels_ajax_flexible_edit_reuse in plugins/
layouts/ flexible/ flexible.inc - AJAX form to bring up the "reuse" modal.
- panels_ajax_flexible_edit_settings in plugins/
layouts/ flexible/ flexible.inc - AJAX responder to edit flexible settings for an item.
- panels_edit_cache_get_default in ./
panels.module - Create the default cache for editing panel displays.
- panels_layouts_ui::edit_form in plugins/
export_ui/ panels_layouts_ui.class.php - Provide the actual editing form.
- panels_renderer_editor::ajax_access_add_test in plugins/
display_renderers/ panels_renderer_editor.class.php - AJAX entry point for to add a visibility rule.
- panels_renderer_editor::ajax_access_configure_test in plugins/
display_renderers/ panels_renderer_editor.class.php - AJAX entry point for to configure vsibility rule.
- panels_renderer_editor::ajax_access_settings in plugins/
display_renderers/ panels_renderer_editor.class.php - AJAX entry point to configure access settings for a pane.
- panels_renderer_editor::ajax_add_pane in plugins/
display_renderers/ panels_renderer_editor.class.php - AJAX entry point to add a new pane.
- panels_renderer_editor::ajax_cache_method in plugins/
display_renderers/ panels_renderer_editor.class.php - AJAX entry point to configure the cache method for a pane or the display.
- panels_renderer_editor::ajax_cache_settings in plugins/
display_renderers/ panels_renderer_editor.class.php - AJAX entry point to configure the cache settings for a pane or the display.
- panels_renderer_editor::ajax_edit_pane in plugins/
display_renderers/ panels_renderer_editor.class.php - AJAX entry point to edit a pane.
- panels_renderer_editor::ajax_hide in plugins/
display_renderers/ panels_renderer_editor.class.php - AJAX command to show a pane.
- panels_renderer_editor::ajax_panel_title in plugins/
display_renderers/ panels_renderer_editor.class.php - AJAX entry point to select which pane is currently the title.
- panels_renderer_editor::ajax_pane_css in plugins/
display_renderers/ panels_renderer_editor.class.php - AJAX entry point to configure CSS for a pane.
- panels_renderer_editor::ajax_show in plugins/
display_renderers/ panels_renderer_editor.class.php - AJAX command to show a pane.
- panels_renderer_editor::ajax_style_settings in plugins/
display_renderers/ panels_renderer_editor.class.php - AJAX entry point to configure the style for a display, region or pane.
- panels_renderer_editor::ajax_style_type in plugins/
display_renderers/ panels_renderer_editor.class.php - AJAX entry point to select the style for a display, region or pane.
- panels_renderer_ipe::ajax_save_form in panels_ipe/
plugins/ display_renderers/ panels_renderer_ipe.class.php - AJAX entry point to create the controller form for an IPE.
- panels_stylizer_pane_add_style in plugins/
styles/ stylizer.inc - Allow on-the-fly creation of styles in panes.