| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 290 lines (9 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| panels_node_override_new_page(&$cache) X-Ref |
| Provide defaults for a new cache. The cache will store all our temporary data; it isn't really a page in itself, but it does contain everything we need to make one at the end. |
| panels_node_override_start($form_info, $step, &$form_state) X-Ref |
| Callback called prior to the wizard starting up on every page load. |
| panels_node_override_basic(&$form, &$form_state) X-Ref |
| First page of our page creator wizard. |
| panels_node_override_basic_submit(&$form, &$form_state) X-Ref |
| Submit function to store the form data in our cache. |
| panels_node_override_content(&$form, &$form_state) X-Ref |
| Second page of our wizard. This one provides a layout and lets the user add content. |
| panels_node_override_content_submit(&$form, &$form_state) X-Ref |
| Store changes to the display. |
| panels_node_override_finish(&$form_state) X-Ref |
| Complete the wizard, create a new variant, and send them to the edit screen of that variant. |
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |