Text of the Cancel button which is displayed in the AdvancedDetails view during upload.

Syntax

Initialize
JavaScript CopyCode imageCopy Code
<script type="text/javascript" src="iuembed.js"></script>
<script type="text/javascript">
var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500);
//...other params...
iu.addParam("ButtonAdvancedDetailsCancelText", "Cancel");
//...other params...
iu.writeHtml();
</script>
Get/Set Value in Runtime
JavaScript CopyCode imageCopy Code
getImageUploader("ImageUploaderID").setButtonAdvancedDetailsCancelText(value);
value = getImageUploader("ImageUploaderID").getButtonAdvancedDetailsCancelText();
Property Value

A string value that specifies the caption of the Cancel button which is displayed in the AdvancedDetails view during upload. If an empty string is specified, the button is invisible.

Default value is "Cancel".

Remarks

This property makes sense for AdvancedDetails view mode only (in upload pane).

This property is necessary for localization of Image Uploader.

See Also

Examples
Localization

Reference
ButtonAdvancedDetailsCancelImageFormat Property
ButtonAddAllToUploadListImageFormat Property
ButtonAddFilesImageFormat Property
ButtonAddFoldersImageFormat Property
ButtonAddToUploadListImageFormat Property
ButtonDeleteFilesImageFormat Property
ButtonDeselectAllImageFormat Property
ButtonPasteImageFormat Property
ButtonRemoveAllFromUploadListImageFormat Property
ButtonRemoveFromUploadListImageFormat Property
ButtonSelectAllImageFormat Property
ButtonSendImageFormat Property
ButtonStopImageFormat Property
CacheGuiGraphics Property
GuiGraphicsVersion Property
LargePreviewIconImageFormat Property
RemoveIconImageFormat Property
RotateIconClockwiseImageFormat Property
RotateIconCounterclockwiseImageFormat Property