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