You are here

Files in ImageField 6.3

Primary tabs

File namesort descending Location Namespace Description
imagefield.css imagefield.css .filefield-element .imagefield-preview { min-width: 100px; min-height: 100px; } .filefield-element .imagefield-text { max-width: 40em; /* Reflect the maxlength of the ALT attribute (80 characters). */ }
imagefield.info imagefield.info name = ImageField description = Defines an image field type. core = 6.x dependencies[] = content dependencies[] = filefield package = CCK
imagefield.install imagefield.install
imagefield.module imagefield.module
imagefield.test tests/imagefield.test
imagefield_file.inc imagefield_file.inc hook_file and imagefield file functions.
imagefield_formatter.inc imagefield_formatter.inc ImageField formatter hooks and callbacks.
imagefield_widget.inc imagefield_widget.inc ImageField widget hooks and callbacks.
README.txt README.txt ImageField provides an "Image" widget type to CCK. This module leverages the functionality of FileField and behaves nearly identically. ImageField widgets will give you a nice thumbnail preview of the image when uploaded, and provides a few…
UPGRADE.txt UPGRADE.txt Upgrading From 5.x-2.x -> 6.x-3.x 1) If FileField and ImageAPI are not already installed, disable ImageField. 2) Upgrade Drupal and contributed Modules to 6.x. 3) Run Update.php. 4) If FileField and ImageAPI are not already installed: a) Install…

Other projects