Class Index | File Index

Classes


Class mindmaps.DefaultCanvasView-CaptionEditor


Defined in: CanvasView.js.

Class Summary
Constructor Attributes Constructor Name and Description
<inner>  
Creates a new CaptionEditor.
Method Summary
Method Attributes Method Name and Description
 
edit(node, $cancelArea)
Attaches the textarea to the node and temporarily removes the original node caption.
 
stop()
Removes the editor from the node and restores its old text value.
Class Detail
<inner> mindmaps.DefaultCanvasView-CaptionEditor(view)
Creates a new CaptionEditor. This tool offers an inline editor component to change a node's caption.
Parameters:
{mindmaps.CanvasView} view
Method Detail
edit(node, $cancelArea)
Attaches the textarea to the node and temporarily removes the original node caption.
Parameters:
{mindmaps.Node} node
{jQuery} $cancelArea

stop()
Removes the editor from the node and restores its old text value.

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