This parameter indicates the list of MIME IDs that this viewer's render
output was responsible for.
* @return array An array with the following elements:
* <pre>
* 'data' - (string) The rendered data.
+ * 'ids' - (array) The list of MIME IDs that the rendered data covers
+ * (e.g. for multipart parts, the base multipart object may
+ * render all the data needed to display all the subparts)
* 'status' - (array) An array of status information to be displayed to
* the user. Consists of arrays with the following keys:
* 'position' - (string) Either 'top' or 'bottom'
return $default;
}
+ $default['ids'] = array($this->_mimepart->getMIMEId());
+
switch ($mode) {
case 'full':
$ret = $this->_render();