You are here

Functions in Image javascript crop 5

Primary tabs

Namesort descending Location Description Direct uses Strings
create_image_object ./imagecrop.module Helper function to create image 2
imagecrop_action_exists ./imagecrop.module Helper function to check if a preset exists with the imagecrop_javascript action. Needed to determine if we have to display our javascript crop link. 4
imagecrop_cron ./imagecrop.module Implementation of hook_cron(). Delete all references in imagecrop table when a) file doesn't exist anymore. b) when preset has been deleted. c) when javascrip_crop action is removed from a preset.
imagecrop_disable ./imagecrop.install Implementation of hook_disable().
imagecrop_docrop ./imagecrop.module Callback with javascript crop. 1
imagecrop_enable ./imagecrop.install Implementation of hook_enable().
imagecrop_find_imagefields ./imagecrop.module Helper function to search for a cck field image. Temporary images not supported at this point. 1
imagecrop_formitem ./imagecrop.module Helper function to add form item 1
imagecrop_form_alter ./imagecrop.module Implementation of hook_form_alter(). Hook into several existing image modules/fields.
imagecrop_imagecache_actions ./imagecrop.module Implementation of hook_imagecache_actions().
imagecrop_install ./imagecrop.install Implementation of hook_install(). @todo postgresql support @todo add unique key on fid & presetid?
imagecrop_javascript_form ./imagecrop_actions.inc @file Imagecache actions implementation.
imagecrop_javascript_image ./imagecrop_actions.inc Callback to perform the crop on an image
imagecrop_linkitem ./imagecrop.module Helper function to add click link 1
imagecrop_markup ./imagecrop.module Add imagecrop css & javascript 2
imagecrop_menu ./imagecrop.module Implementation of hook_menu().
imagecrop_perm ./imagecrop.module Implementation of hook_perm().
imagecrop_requirements ./imagecrop.install Implementation of hook_requirements().
imagecrop_scale_options ./imagecrop.module Add scale options 1
imagecrop_settings ./imagecrop.module Imagecrop settings page 1
imagecrop_showcrop ./imagecrop.module Show the cropped image. 1
imagecrop_uninstall ./imagecrop.install Implementation of hook_uninstall().
imagecrop_update_2 ./imagecrop.install Update 1 : set weight to 1
imagecrop_update_3 ./imagecrop.install Update 2 : Add extra field to imagecrop table
imageoffsets ./imagecrop.module Callback to return offsets, height & width 1
imageoffsets_submit ./imagecrop.module Save the offset & size values
return_presets ./imagecrop.module Helper function to determine which preset exists and which to load 2
theme_imagecrop ./imagecrop.module Theme image crop.
theme_imagecrop_javascript ./imagecrop_actions.inc Display properties of a single action
theme_imagecrop_result ./imagecrop.module Theme imagecrop. Adds time to the image so we make sure the brower always loads the latest version of the image.
theme_presettabs ./imagecrop.module Theme preset tabs
_imagecrop_file_load ./imagecrop.module Helper function to load a file into an object 1

Other projects