function panels_stylizer_stylizer_style_settings_form in Panels 6.3
Same name and namespace in other branches
- 7.3 plugins/styles/stylizer.inc \panels_stylizer_stylizer_style_settings_form()
Settings form callback.
1 string reference to 'panels_stylizer_stylizer_style_settings_form'
- stylizer.inc in plugins/
styles/ stylizer.inc - Definition of the 'stylizer' panel style.
File
- plugins/
styles/ stylizer.inc, line 164 - Definition of the 'stylizer' panel style.
Code
function panels_stylizer_stylizer_style_settings_form($style_settings, $display, $pid, $type, $form_state) {
// Just redirect this to the custom style settings ajax.
panels_stylizer_pane_add_style($form_state['renderer'], array(), $style_settings, $type, $pid);
ctools_ajax_render($form_state['renderer']->commands);
}