Gets or sets a upper value of the width slider of the draw tool.
$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();
Type: Number
The number specifying a upper value of the width slider of the draw tool.
Default value is 100.
You can hide the slider using the enableWidthSlider property.