Class ecm.widget.taskManager.BaseTaskInformationPane


Extends dijit.layout.ContentPane.
The base information pane for custom tasks. This pane is a tab controller that displays numerous tabs that contains information about an asynchronous task. By default, there will be a detailed, error, and async task instances tab view available. Plugin writers can override this task information pane to add additional tabs or replace this completely. If this pane is replaced completely, the new pane must contain a setItem() call which will be invoked by ecm.widget.layout.TaskPane. Plugin writers can specify their custom information pane for their custom tasks inside of AsyncTaskType that they registered with the plugin.
Defined in: <ecm\widget\taskManager\BaseTaskInformationPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Constructor Detail

ecm.widget.taskManager.BaseTaskInformationPane()

Since:
2.0.3