Switch that specifies whether to display rotate icons on thumbnails in the upload pane.
Syntax
Initialize
JavaScript | ![]() |
---|---|
<script type="text/javascript" src="iuembed.js"></script> <script type="text/javascript"> var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500); //...other params... iu.addParam("UploadPaneAllowRotate", "true"); //...other params... iu.writeHtml(); </script> |
Get/Set Value in Runtime
JavaScript | ![]() |
---|---|
getImageUploader("ImageUploaderID").setUploadPaneAllowRotate(value); value = getImageUploader("ImageUploaderID").getUploadPaneAllowRotate(); |
Property Value
A boolean value (true
or false
). If true
,
rotate icons (arrows) are visible when the user hovers a mouse pointer over the thumbnail, and therefore
the user can rotate the images. Otherwise, these icons are not displayed and the user cannot
rotate the images manually.
Default value is "true".
Remarks
Regardless to this property value arrows are not displayed on the files which are not recognized as images.
Even if rotate icons are disabled, it is still possible to rotate an item either through JavaScript via the UploadFileAngle property, or automatically (based on EXIF information) using the AllowAutoRotate property.
See Also
Examples
Resizing and Rotating ImagesOne Pane Layout
Three Panes Layout
Reference
UploadPaneShowDescriptions PropertyAllowRotate Property
FolderPaneAllowRotate Property
RotateIconClockwiseImageFormat Property
RotateIconClockwiseTooltipText Property
RotateIconCounterclockwiseImageFormat Property
RotateIconCounterclockwiseTooltipText Property
AllowAutoRotate Property
AllowMultipleRotate Property
UploadFileAngle Property
UploadPaneBackgroundColor Property
UploadPaneBorderStyle Property
UploadPaneSortMode Property
UploadView Property
ParentControlName Property