You are here

function stylizer_ui::edit_form_type_submit in Chaos Tool Suite (ctools) 6

Same name and namespace in other branches
  1. 7 stylizer/plugins/export_ui/stylizer_ui.class.php \stylizer_ui::edit_form_type_submit()

File

stylizer/plugins/export_ui/stylizer_ui.class.php, line 267

Class

stylizer_ui
UI class for Stylizer.

Code

function edit_form_type_submit(&$form, &$form_state) {
  list($form_state['item']->style_module, $form_state['item']->style_type) = explode('-', $form_state['values']['type']);
}