Aurigma Image Uploader 6.5 Dual
ImageUploader.PaneItemEnabled Property
Value that shows if the specified item on the specified pane is enabled.
Syntax
Get/Set Value in Runtime
JavaScript
getImageUploader("ImageUploaderID").setPaneItemEnabled(Pane, Index, value);
value = getImageUploader("ImageUploaderID").getPaneItemEnabled(Pane, Index);Parameters
- Pane
-
A member of the following enumeration:
String value Integer value Description FolderPane 0 A folder pane (which displays the current folder content).
UploadPane 1 An upload pane (which displays files from the upload list).
- Index
-
A non-negative integer that specifies an index of a thumbnail item on a pane (one-based). It should not exceed PaneItemCount - 1 for the specified pane.
Property Value
A boolean value (true or false). If false, the item becomes inactive, and all its controls are unavailable. For example, the user will not be able to rotate, delete the thumbnail or edit its description, and so on.