Class ecm.widget.layout.FlyoutMenuContainer


Extends dijit.Dialog, ecm.LoggerMixin.
Provides a dialog for the fly-out panes that are used for features.
Defined in: <ecm\widget\layout\FlyoutMenuContainer.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
addDijit(child, targetNode)
 
addDijitWithCallback(child, targetNode, callback)
 
 
initWithDijit(firstWidget)
 
initWithDijitCallback(firstWidget, targetNode, callback)
 
 
onChildResize(childid, newdimenssions)
 
 
 
 
removeDijit(childWidget)
 
 
 
slideHandler(nodeid, dim)
 
slideHandlerWithCallback(nodeid, dim, callback)

Constructor Detail

ecm.widget.layout.FlyoutMenuContainer()

Method Detail

addDijit(child, targetNode)

Parameters:
child
targetNode

addDijitWithCallback(child, targetNode, callback)

Parameters:
child
targetNode
callback

buildRendering()


initWithDijit(firstWidget)

Parameters:
firstWidget

initWithDijitCallback(firstWidget, targetNode, callback)

Parameters:
firstWidget
targetNode
callback

onBlur()


onChildResize(childid, newdimenssions)

Parameters:
childid
newdimenssions

onClick()


postCreate()


removeAllChildren()


removeDijit(childWidget)

Parameters:
childWidget

resize()


setFlyoutArrowPosition()


slideHandler(nodeid, dim)

Parameters:
nodeid
dim

slideHandlerWithCallback(nodeid, dim, callback)

Parameters:
nodeid
dim
callback