You are here

public function ImageCrop::setFieldName in Image javascript crop 7

Set the field name from the current imagecrop.

File

includes/imagecrop.class.inc, line 122
Imagecrop class to handle the javascript imagecrop.

Class

ImageCrop
@file Imagecrop class to handle the javascript imagecrop.

Code

public function setFieldName($field_name) {
  $this->fieldName = $field_name;
}