imageEditor.descriptionHintText Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a text of the prompt which is displayed when no description is entered.

Syntax

JavaScript Initialize
$au.uploader({
    imageEditor: {
        //...other params...
        descriptionHintText: "Type description here...",
        //...other params...
    }
})

Property Value

Type: String

The text of the Type description here prompt.

Default value is "Type description here...".

Remarks

Note

This property also specifies the same prompt in the description editor.

This property is necessary for localization of ActiveX/Java Uploader.

See Also

Reference