Version

1.72.2.3 (checked in on 2008/06/29 at 23:05:59 by sun)

Description

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.

Functions

Namesort iconDescription
img_assist_admin_settingsImplementation of hook_settings().
img_assist_admin_settings_validateValidate Image Assist settings.
img_assist_blockImplementation of hook_block().
img_assist_cache_clearMenu callback; clears relevant caches, then redirects to the previous page. See alsodevel_cache_clear()
img_assist_displayCreate an IMG tag for an image.
img_assist_elementsImplementation of hook_elements().
img_assist_filterImplementation of hook_filter().
img_assist_filter_tipsImplementation of hook_filter_tips().
img_assist_form_alterImplementation of hook_form_alter().
img_assist_get_macrosReturn all img_assist macros as an array.
img_assist_get_referencesReturn a list of node links for a given nid.
img_assist_header
img_assist_header_form
img_assist_helpImplementation of hook_help().
img_assist_initImplementation of hook_init().
img_assist_insert_html
img_assist_insert_html_form
img_assist_loaderOutput main img_assist interface HTML.
img_assist_load_imageLoad an image from the database.
img_assist_load_imagesLoad all images into a static array.
img_assist_map_deleteDelete references to a non-existant node.
img_assist_map_loadLoad the image map for a given nid.
img_assist_map_saveUpdate the map table
img_assist_menuImplementation of hook_menu().
img_assist_nodeapiImplementation of hook_nodeapi().
img_assist_node_form_submitSubmit callback for image_node_form.
img_assist_permImplementation of hook_perm().
img_assist_popup
img_assist_propertiesLoad the image properties pane.
img_assist_properties_formConstruct the image properties form.
img_assist_properties_form_validate
img_assist_render_imageReturn image HTML.
img_assist_set_htmlcodeStore image tag or HTML in session.
img_assist_textareaAdd image link underneath textareas.
img_assist_themeImplementation of hook_theme().
img_assist_thumbsLoad the thumbnail display pane.
img_assist_uploadInterface 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_linkRender a link text or button (underneath textareas).
_img_assist_build_derivativesGenerate a image derivative See also_image_build_derivatives() in image.module
_img_assist_get_thumbnailAttach the thumbnail metadata to the image object.
_img_assist_page_matchDetermine if img_assist can render the current page.See alsoblock_list()
_img_assist_remove
_img_assist_textarea_matchDetermine if img_assist can render the current textarea.See alsoblock_list()