Standalone thumbnail bound with some upload list item of Image Uploader.
The following tables list the members exposed by the Thumbnail type.
Name | Description | |
---|---|---|
Thumbnail($id, $width, $height) | Creates and initializes an instance of the Thumbnail class. |
Name | Description | |
---|---|---|
getBackgroundColor() setBackgroundColor($value) |
Gets or sets background color of this Thumbnail instance. | |
getGuid() setGuid($value) |
Gets or sets identifier (GUID) of the item which is represented with this Thumbnail control. | |
getParentControlName() setParentControlName($value) |
Gets or sets name of the ImageUploader control instance this thumbnail is associated with. | |
getView() setView($value) |
Gets or sets view mode of this Thumbnail instance. |
Name | Description | |
---|---|---|
render() | Generates Thumbnail embedding code and writes it into the page. |
Name | Description | |
---|---|---|
addClientClick($clientFunction) removeClientClick($clientFunction) |
Adds or removes a handler of the event which fires when this Thumbnail control is clicked. | |
addClientInitComplete($clientFunction) removeClientInitComplete($clientFunction) |
Adds or removes a handler of the event which fires when this Thumbnail instance is completely created and initialized. |