Class mindmaps.FloatPanelFactory
Defined in: FloatPanel.js.
Constructor Attributes | Constructor Name and Description |
---|---|
mindmaps.FloatPanelFactory(container)
Creates a new FloatPanelFactory.
|
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}