Gets or sets the description editor settings.
$au.imageUploaderFlash({ //...other params... descriptionEditor: {}, //...other params... })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').descriptionEditor(value); value = $au.imageUploaderFlash('uploaderID').descriptionEditor();