
Public Member Functions | |
| Boolean | disableZoom () |
| Boolean | enableZoom () |
| ERDZoomableImage (WOContext context) | |
| String | imageSrc () |
| boolean | isThumbnailSrcNullOrEmpty () |
| String | jsToZoomImage () |
| String | noImageString () |
| boolean | synchronizesVariablesWithBindings () |
| String | thumnailSrc () |
| Integer | zoomHeight () |
| Integer | zoomWidth () |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(ERDZoomableImage.class) |
Package Functions | |
| String | thumbnailSrcNoFallBack () |
src - source url for the image to be displaed. mandatory for this component to work properly. height - height of the image to be displayed in the page. width- width of the image to be displayed in the page. zoomWidth - width of the zoomed image. defaults to 200. zoomHeight - height of the zoomed image. defaults to 200. thumbnailSrc - source url for the thumbnail. if null, src binding with height and width is used. title - title for the image. used as tooltip in thumbnail mode [optional] enableZoomForImage - true/false. if true, clicking on thumbnail will popup the full size image. If false, clicking is not allowed.
| ERDZoomableImage | ( | WOContext | context | ) |
| Boolean disableZoom | ( | ) |
| Boolean enableZoom | ( | ) |
controlled by key: enableZoomForImage and if either thumbnailSrc or height or width is present (there is no point zooming without these properties passed in)
| boolean isThumbnailSrcNullOrEmpty | ( | ) |
| String jsToZoomImage | ( | ) |
| String noImageString | ( | ) |
| boolean synchronizesVariablesWithBindings | ( | ) |
component does not synchronize variables
Reimplemented from ERXNonSynchronizingComponent.
| String thumbnailSrcNoFallBack | ( | ) | [package] |
| String thumnailSrc | ( | ) |
| Integer zoomHeight | ( | ) |
| Integer zoomWidth | ( | ) |
final Logger log = Logger.getLogger(ERDZoomableImage.class) [static] |
1.5.8