You are here

function img_assist_properties_form_validate in Image Assist 6.2

Same name and namespace in other branches
  1. 5.3 img_assist.module \img_assist_properties_form_validate()
  2. 5 img_assist.module \img_assist_properties_form_validate()
  3. 5.2 img_assist.module \img_assist_properties_form_validate()
  4. 6 img_assist.module \img_assist_properties_form_validate()

Related topics

File

./img_assist.module, line 1161
Image Assist module

Code

function img_assist_properties_form_validate($form, &$form_state) {
  $html = img_assist_render_image($form_state['values']);
  img_assist_set_htmlcode($html);
  drupal_goto('img_assist/insert_html');
}