Class mindmaps.OpenDocumentView
Defined in: OpenDocument.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Creates a new OpenDocumentView.
|
Method Attributes | Method Name and Description |
---|---|
Hides the dialog.
|
|
render(docs)
Render list of documents in the local storage
|
|
showOpenDialog(docs)
Shows the dialog.
|
Class Detail
mindmaps.OpenDocumentView()
Creates a new OpenDocumentView. This view shows a dialog from which the user
can select a mind map from the local storage or a hard disk.
Method Detail
hideOpenDialog()
Hides the dialog.
render(docs)
Render list of documents in the local storage
- Parameters:
- {mindmaps.Document[]} docs
showOpenDialog(docs)
Shows the dialog.
- Parameters:
- {mindmaps.Document[]} docs