You are here

12 string references to 'panels_display' in Panels 6.3

panels_export_display in ./panels.module
Exports the provided display into portable code.
panels_load_displays in ./panels.module
Load and fill the requested $display object(s).
panels_mini_uninstall in panels_mini/panels_mini.install
Implementation of hook_uninstall().
panels_new_display in ./panels.module
Creates a new display, setting the ID to our magic new id.
panels_save_display in ./panels.module
Save a display object.
panels_schema_1 in ./panels.install
Schema version 1 for Panels in D6.
panels_update_5213 in ./panels.install
Add a field to store pane caching information.
panels_update_5216 in ./panels.install
Adds the 'shown' field to the panels_pane table in order to accomodate the new show/hide panes feature.
panels_update_5218 in ./panels.install
Oversight in 5216: 'tinyint' is not a field type in pgsql; the type we wanted was 'smallint.'
panels_update_5299 in ./panels.install
Update from 5.x v2
panels_update_6305 in ./panels.install
Add the title_pane field.
panels_update_6311 in ./panels.install
Change panels_display.layout to match the size of panels_layout.name.