Gets or sets a value specifying whether to display the eraser tool.
$au.imageUploaderFlash({
imageEditor : {
drawTool: {
//...other params...
enableEraser: true,
//...other params...
}
}
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').imageEditor().drawTool().enableEraser(value);
value = $au.imageUploaderFlash('uploaderID').imageEditor().drawTool().enableEraser();
Type: Boolean
If true, the user sees a eraser tool on the toolbar when the draw tool is activated.
Default value is true.
The draw tool width also affects the eraser width.