ASP.NET Ajax Javascript (Specification) | |
---|---|
ImageGear.Web.UI.ThumbnailView = function() {}; |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var instanceVar = new ImageGear.Web.UI.ThumbnailView(); |
ASP.NET Ajax Javascript (Specification) | |
---|---|
ImageGear.Web.UI.ThumbnailView = function() {}; |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var instanceVar = new ImageGear.Web.UI.ThumbnailView(); |
This ASP.NET client control is a thumbnail viewer. This control represents a single thumbnail, so in normal applications, you will need to have one ThumbnailView control on your page for each thumbnail you wish to display.
While it is possible to create an instance of this control using client-side JavaScript, you will normally create it by placing a server-side ThumbnailView control on an aspx page. If you wish to create an instance of this control using client-side JavaScript, take the following steps:
$create(ImageGear.Web.UI.ThumbnailView,{ imageHandlerUrl: "ImageGearService.svc" }, null, null, $get("ThumbnailView1"));
$("#ThumbnailView1").ImGearThumbnailViewPlugin({ imageHandlerUrl: "ImageGearService.svc" });
Object
Sys.Component
Sys.UI.Control
ImageGear.Web.UI.ThumbnailView