1.72.2.3 (checked in on 2008/06/29 at 23:05:59 by sun)
Image Assist module
Implements a javascript-driven user interface to upload images to a Drupal site and select a previously uploaded image for displaying inline in a content.
| Name | Description |
|---|---|
| img_assist_admin_settings | Implementation of hook_settings(). |
| img_assist_admin_settings_validate | Validate Image Assist settings. |
| img_assist_block | Implementation of hook_block(). |
| img_assist_cache_clear | Menu callback; clears relevant caches, then redirects to the previous page. See alsodevel_cache_clear() |
| img_assist_display | Create an IMG tag for an image. |
| img_assist_elements | Implementation of hook_elements(). |
| img_assist_filter | Implementation of hook_filter(). |
| img_assist_filter_tips | Implementation of hook_filter_tips(). |
| img_assist_form_alter | Implementation of hook_form_alter(). |
| img_assist_get_macros | Return all img_assist macros as an array. |
| img_assist_get_references | Return a list of node links for a given nid. |
| img_assist_header | |
| img_assist_header_form | |
| img_assist_help | Implementation of hook_help(). |
| img_assist_init | Implementation of hook_init(). |
| img_assist_insert_html | |
| img_assist_insert_html_form | |
| img_assist_loader | Output main img_assist interface HTML. |
| img_assist_load_image | Load an image from the database. |
| img_assist_load_images | Load all images into a static array. |
| img_assist_map_delete | Delete references to a non-existant node. |
| img_assist_map_load | Load the image map for a given nid. |
| img_assist_map_save | Update the map table |
| img_assist_menu | Implementation of hook_menu(). |
| img_assist_nodeapi | Implementation of hook_nodeapi(). |
| img_assist_node_form_submit | Submit callback for image_node_form. |
| img_assist_perm | Implementation of hook_perm(). |
| img_assist_popup | |
| img_assist_properties | Load the image properties pane. |
| img_assist_properties_form | Construct the image properties form. |
| img_assist_properties_form_validate | |
| img_assist_render_image | Return image HTML. |
| img_assist_set_htmlcode | Store image tag or HTML in session. |
| img_assist_textarea | Add image link underneath textareas. |
| img_assist_theme | Implementation of hook_theme(). |
| img_assist_thumbs | Load the thumbnail display pane. |
| img_assist_upload | Interface for adding images. Uses the regular image node form. |
| theme_img_assist_filter | |
| theme_img_assist_inline | |
| theme_img_assist_legacy | |
| theme_img_assist_page | |
| theme_img_assist_popup | |
| theme_img_assist_textarea_link | Render a link text or button (underneath textareas). |
| _img_assist_build_derivatives | Generate a image derivative See also_image_build_derivatives() in image.module |
| _img_assist_get_thumbnail | Attach the thumbnail metadata to the image object. |
| _img_assist_page_match | Determine if img_assist can render the current page.See alsoblock_list() |
| _img_assist_remove | |
| _img_assist_textarea_match | Determine if img_assist can render the current textarea.See alsoblock_list() |