Class Index | File Index

Classes


Class mindmaps.FloatPanelFactory


Defined in: FloatPanel.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new FloatPanelFactory.
Method Summary
Method Attributes Method Name and Description
 
create(caption, $content)
Creates a new FloatPanel.
Class Detail
mindmaps.FloatPanelFactory(container)
Creates a new FloatPanelFactory. This factory object can create new instances of mindmaps.FloatPanel that are constrained inside the container.
Parameters:
container
Method Detail
{mindmaps.FloatPanel} create(caption, $content)
Creates a new FloatPanel.
Parameters:
{String} caption
the float panel title
{jQuery} $content
the content as a jquery object
Returns:
{mindmaps.FloatPanel}

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jul 18 2011 18:03:15 GMT+0000 (WEST)