[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/imagex/ -> imagex.module (summary)

This is a complete rewrite of the imagex module.  The module allows a user to upload multiple images in one simple step. The module also provides an editing interface that makes editing a large number of images also much easier.

File Size: 186 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 6 functions

  imagex_menu()
  imagex_form_alter()
  imagex_upload_page()
  imagex_upload_image()
  imagex_js()
  imagex_get_thumbs_html()

Functions
Functions that are not part of a class:

imagex_menu()   X-Ref
No description

imagex_form_alter(&$form, &$form_state, $form_id)   X-Ref
No description

imagex_upload_page()   X-Ref
Callback for the imagex/imagex page which simply displays the applet for uploading
of images

return: String (Contains HTML for displaying of the applet)

imagex_upload_image()   X-Ref
Callback for the upload destination.  This is where images are sent to by the applet.
This page is NOT designed to be viewed by humans/browsers.


imagex_js()   X-Ref
Menu callback, ajax call to populate the page with the thumbnails


imagex_get_thumbs_html($minutes = NULL)   X-Ref
Following gets an HTML formatted list of images that the current user has uploaded,
and not edited.  It can also optionally show only images uploaded in the last x minutes

return: String (Formatted HTML)



Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7