This documentation is for the old version. Go to the latest Upload Suite docs

descriptionEditor.saveButtonText Property

Gets or sets a caption of the Save button on the dialog displayed when a user clicks the description icon on the pane item surface.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    descriptionEditor: {
        //...other params...
        saveButtonText: "Save",
        //...other params...
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').descriptionEditor().saveButtonText(value);
value = $au.imageUploaderFlash('uploaderID').descriptionEditor().saveButtonText();

Property Value

Type: String

The caption of the Save button on the description editor.

Default value is "Save".

Remarks

This property is necessary for localization of Image Uploader Flash.

See Also

Reference