drawTool.minWidth Property HTML5/Flash Uploader JavaScript

Supported technologies:

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

Syntax

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

Property Value

Type: Number

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

Default value is 1.

Remarks

You can hide the slider using the enableWidthSlider property.

See Also

Reference