image.admin.inc

Version 1.17 (checked in on 2010/01/03 at 21:01:04 by webchick)

Administration pages for image settings.

Functions

NameDescription
image_crop_formForm structure for the image crop form.
image_effect_color_validateElement validate handler to ensure a hexadecimal color value.
image_effect_delete_formForm builder; Form for deleting an image effect.
image_effect_delete_form_submitSubmit handler to delete an image effect.
image_effect_formForm builder; Form for adding and editing image effects.
image_effect_form_submitSubmit handler for updating an image effect.
image_effect_integer_validateElement validate handler to ensure an integer pixel value.
image_effect_scale_validateElement validate handler to ensure that either a height or a width is specified.
image_resize_formForm structure for the image resize form.
image_rotate_formForm structure for the image rotate form.
image_scale_formForm structure for the image scale form.
image_style_add_formForm builder; Form for adding a new image style.
image_style_add_form_submitSubmit handler for adding a new image style.
image_style_delete_formForm builder; Form for deleting an image style.
image_style_delete_form_submitSubmit handler to delete an image style.
image_style_formForm builder; Edit an image style name and effects order.
image_style_form_add_submitSubmit handler for adding a new image effect to an image style.
image_style_form_add_validateValidate handler for adding a new image effect to an image style.
image_style_form_override_submitSubmit handler for overriding a module-defined style.
image_style_form_submitSubmit handler for saving an image style.
image_style_listMenu callback; Listing of all current image styles.
image_style_name_validateElement validate function to ensure unique, URL safe style names.
image_style_revert_formConfirmation form to revert a database style to its default.
image_style_revert_form_submitSubmit handler to convert an overridden style to its default.
theme_image_anchorTheme callback for displaying a grid of checkboxes.
theme_image_crop_summaryTheme callback for image crop effect summary output.
theme_image_resize_summaryTheme callback for image resize effect summary output.
theme_image_rotate_summaryTheme callback for image rotate effect summary output.
theme_image_scale_summaryTheme callback for image scale effect summary output.
theme_image_style_effectsTheme callback for listing the effects within a specific image style.
theme_image_style_listDisplay the page containing the list of image styles.
theme_image_style_previewTheme callback for displaying a preview of an image style.