You are here

function img_assist_properties_form_validate in Image Assist 5.3

Same name and namespace in other branches
  1. 5 img_assist.module \img_assist_properties_form_validate()
  2. 5.2 img_assist.module \img_assist_properties_form_validate()
  3. 6.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 1128
Image Assist module

Code

function img_assist_properties_form_validate($form_id, $form_values) {
  $html = img_assist_render_image($form_values);
  img_assist_set_htmlcode($html);
  drupal_goto('img_assist/insert_html');
}