You are here

function layouter_wizard_next in Layouter - WYSIWYG layout templates 7

Handle the 'next' click on the add/edit pane form wizard.

All we need to do is store the updated pane in the cache.

1 string reference to 'layouter_wizard_next'
layouter_choose_layout in includes/layouter.pages.inc
Callback for layouter/%ctools_js/% path.

File

includes/layouter.inc, line 105
Functions for layout processing.

Code

function layouter_wizard_next(&$form_state) {
  layouter_cache_set($form_state['object_id'], $form_state['object']);
}