You are here

constant SIMPLECROP_DISPLAY_CROPPED_IMAGE in SimpleCrop 7

Define contstants for image view modes.

3 uses of SIMPLECROP_DISPLAY_CROPPED_IMAGE
simplecrop_field_widget_change_display_submit in includes/simplecrop.field.inc
Crop submit callback. Switches between displays and saves crop data.
simplecrop_field_widget_info in includes/simplecrop.field.inc
Implements hook_field_widget_info().
_simplecrop_field_widget_switch_display in includes/simplecrop.field.inc
Shows and hides several image field widgets depends on current display.

File

./simplecrop.module, line 17
Contains main hook definitions for SimpleCrop module.

Code

define('SIMPLECROP_DISPLAY_CROPPED_IMAGE', 'cropped_image');