drawTool.maxWidth Property HTML5/Flash Uploader JavaScript

Supported technologies:

Gets or sets a upper value of the width slider of the draw tool.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    imageEditor : {
        drawTool: {
            //...other params...
            maxWidth: 100,
            //...other params...
        }
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').imageEditor().drawTool().maxWidth(value);
value = $au.imageUploaderFlash('uploaderID').imageEditor().drawTool().maxWidth();

Property Value

Type: Number

The number specifying a upper value of the width slider of the draw tool.

Default value is 100.

Remarks

You can hide the slider using the enableWidthSlider property.

See Also

Reference