|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--DHTMLSuite.floatingGallery
Purpose of class: Creates a floating gallery widget.(Demo)
Defined in dhtml-suite-for-applications.js
Author: Alf Magne Kalleland(www.dhtmlgoodies.com)
Version: 1.0
Field Summary | |
Object |
divElementImageBoxes
|
Object |
layoutCSS
|
Object |
objectIndex
|
Constructor Summary | |
DHTMLSuite.floatingGallery
()
|
Method Summary | |
void
|
deleteImageFromGallery(idOfImage)
Removes an image from the gallery. |
void
|
destroy()
Delete the gallery HTML elements |
void
|
init()
Initializes the widget |
void
|
setCallBackFunctionOnClick(functionName)
Specify function to call when users clicks on an image |
void
|
setCallBackFunctionOnDblClick(functionName)
Specify function to call when users clicks on an image |
void
|
setCallBackFunctionOnMouseMove(functionName)
Specify function to call when the mouse moves over on an image |
void
|
setCallBackFunctionOnMouseOver(functionName)
Specify function to call when the mouse pointer "enters" an image |
void
|
setMediaCollectionRef(mediaCollectionRef)
Specify reference to DHTMLSuite.mediaCollection |
void
|
setTargetId(idOfParentElementToGallery)
Specify id of element where the gallery will be placed inside. |
Field Detail |
Object divElementImageBoxes
Object layoutCSS
Object objectIndex
Constructor Detail |
DHTMLSuite.floatingGallery()
Method Detail |
void deleteImageFromGallery(idOfImage)
String
- idOfImage - Id of image/media to delete, DHTMLSuite.floatingGallery.prototype.example = "image1";*
void destroy()
void init()
void setCallBackFunctionOnClick(functionName)
functionName
- - only the name of the image. an image object(DHTMLSuite.mediaModel) will be sent to this function(representing the image clicked on).
void setCallBackFunctionOnDblClick(functionName)
functionName
- - only the name of the image. an image object(DHTMLSuite.mediaModel) will be sent to this function(representing the image clicked on).
void setCallBackFunctionOnMouseMove(functionName)
functionName
- - only the name of the image. an image object(DHTMLSuite.mediaModel) will be sent to this function(representing the image the mouse rolled over).
void setCallBackFunctionOnMouseOver(functionName)
functionName
- - only the name of the image. an image object(DHTMLSuite.mediaModel) will be sent to this function(representing the image the mouse rolled over).
void setMediaCollectionRef(mediaCollectionRef)
Object
- mediaCollectionRef -Object of class DHTMLSuite.mediaCollection
void setTargetId(idOfParentElementToGallery)
idOfParentElementToGallery
- - ID of HTML element - this widget will be inserted as child element.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |