Class Index | File Index

Classes


Class mindmaps.CanvasContainer


Defined in: MainViewController.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
The canvas container is the area in between the toolbar and the statusbar.
Method Summary
Method Attributes Method Name and Description
 
Set up the container to accept drag and drop of files from the desktop.
 
 
Sets the height of the canvas to fit between header and footer.
Event Summary
Event Attributes Event Name and Description
 
Callback for when a file was dropped onto the container.
Class Detail
mindmaps.CanvasContainer()
The canvas container is the area in between the toolbar and the statusbar. Inside the mind map will be drawn and the floating panels are contained within this area.
Method Detail
acceptFileDrop()
Set up the container to accept drag and drop of files from the desktop.

{jQuery} getContent()
Returns:
{jQuery}

setSize()
Sets the height of the canvas to fit between header and footer.
Event Detail
receivedFileDrop(result)
Callback for when a file was dropped onto the container.
Parameters:
{String} result

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