Class ecm.widget.DesktopPane


Extends dijit._Widget.
Provides a widget that is used to display a desktop. Typically, this widget is embedded within the body tag of the web page and uses the entire space of the page. This widget dynamically constructs the appropriate layout for the desktop as defined by the ecm.model.Desktop.getLayout class.
Defined in: <ecm\widget\DesktopPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
The browser's locale.

Method Summary

Method Attributes Method Name and Description
 
 
 
 
setShowWarnings(showWarnings)
Enables displaying warning messages that might occur when the desktop is loaded.

Constructor Detail

ecm.widget.DesktopPane()

Field Detail

browserLocale

The browser's locale.

Method Detail

desktopLoaded()


postCreate()


postMixInProperties()


setShowWarnings(showWarnings)

Enables displaying warning messages that might occur when the desktop is loaded.
Parameters:
showWarnings
Indicates whether to display warning messages added to the desktop
Since:
2.0.3.5