[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/panels/includes/ -> display-edit.inc (summary)

(no description)

File Size: 304 lines (10 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 7 functions

  _panels_edit()
  panels_edit_display_form()
  panels_edit_display_form_submit()
  panels_edit_display_form_preview()
  panels_edit_display_settings_form()
  panels_edit_display_settings_form_validate()
  panels_edit_display_settings_form_submit()

Functions
Functions that are not part of a class:

_panels_edit($display, $destination, $content_types, $title = FALSE)   X-Ref
Handle calling and processing of the form for editing display content.

Helper function for panels_edit().


panels_edit_display_form(&$form_state)   X-Ref
Form definition for the panels display editor

No validation function is necessary, as all 'validation' is handled
either in the lead-up to form rendering (through the selection of
specified content types) or by the validation functions specific to
the ajax modals & content types.


panels_edit_display_form_submit($form, &$form_state)   X-Ref
Handle form submission of the display content editor.

This reads the location of the various panes from the form, which will
have been modified from the ajax, rearranges them and then saves
the display.

panels_edit_display_form_preview(&$form, &$form_state)   X-Ref
Submission of the preview button. Render the preview and put it into
the preview widget area.


panels_edit_display_settings_form(&$form_state)   X-Ref
Form for display settings.


panels_edit_display_settings_form_validate($form, &$form_state)   X-Ref
Validate the layout settings form.


panels_edit_display_settings_form_submit($form, &$form_state)   X-Ref
Store changes from the layout settings form.




Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7