You are here

function imagecrop_element_info_alter in Image javascript crop 7

Implements hook_element_info_alter().

File

./imagecrop.module, line 294
Provides a javascript toolbox through an imagecache action.

Code

function imagecrop_element_info_alter(&$type) {
  $type['managed_file']['#after_build'][] = 'imagecrop_process_form_element';
  $type['media']['#after_build'][] = 'imagecrop_process_form_element';
}