You are here

Files in Image javascript crop 6

Primary tabs

File namesort descending Location Namespace Description
CHANGELOG.txt CHANGELOG.txt 6.x.1-0 ------- Port of imagecrop to Drupal 6 - #325318 by neochief: crop actions don't catch presetid if files directory is not default. - #325314 by neochief: Option to skip javascript crop if no region is found from database. -…
imagecrop.admin.inc imagecrop.admin.inc Administration functions for Imagecrop
imagecrop.css imagecrop.css /* add important to override folks using admin_menu */ body { margin: 0 !important; padding: 0; background: none !important; } /* default colors and divs */ #imagecrop_presettabs { padding: 3px; color: #fff; font-weight: bold; …
imagecrop.info imagecrop.info name = Imagecache javascript crop description = Provides a javascript crop toolbox via the imagecache action. package = ImageCache dependencies[] = imagecache dependencies[] = imageapi core = 6.x version = VERSION
imagecrop.install imagecrop.install Install file.
imagecrop.module imagecrop.module Provides a javascript toolbox through an imagecache action.
imagecrop_actions.inc imagecrop_actions.inc Imagecache actions implementation.
jquery.Jcrop.css jcrop/jquery.Jcrop.css /* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */ .jcrop-holder { text-align: left; } .jcrop-vline, .jcrop-hline { font-size: 0px; position: absolute; background: white url('Jcrop.gif') top left…
page-imagecrop.tpl.php page-imagecrop.tpl.php
README.txt README.txt Description ----------- This module makes a javascript toolbox action available thanks to the power of Imagecache. It can currently 'hook' into several modules by adding a 'javascript crop' link on the edit forms of supported…

Other projects