| Vendor | MindTouch |
| Type | Script |
| Categories | Graphs |
| Requires | MindTouch Core 1.8.3 or later |
| Status | Stable |
| License | Free/Open Source |
| Manifest | http://scripts.mindtouch.com/freemind.xml |
Install Script
Table of Contents
Embed a Freemind Viewer to a MindTouch Page
See also How to add a script, Using the Extension Dialog, Learn about DekiScript, Extensions Directory.
Embed a Freemind Map in a MindTouch Page.
Parameters:
| Name | Type | Description |
| uri | str | The location of your Freemind Map. |
| width | num | (optional) Viewer width. (default: 482) |
| height | num | (optional) Viewer height. (default: 387) |
<extension> <title>Freemind Viewer</title> <description>Embed a Freemind Viewer to a MindTouch Page</description> <namespace>freemind</namespace> <function> <name>viewer</name> <description>Embed a Freemind Map in a MindTouch Page.</description> <param name="uri" type="str">The location of your Freemind Map.</param> <param name="width" type="num" optional="true">Viewer width. (default: 482)</param> <param name="height" type="num" optional="true">Viewer height. (default: 387)</param> <return> <html xmlns:eval="http://mindtouch.com/2007/dekiscript"> <body> <iframe eval:src="'http://deki-freemind.appspot.com/freemind/view?uri=' .. web.uriencode($uri)" eval:width="web.size($width ?? 482)" eval:height="web.size($height ?? 387)" scrolling="no" /> </body> </html> </return> </function> </extension>
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
<iframe width="482px" height="387px" scrolling="no"><div><span class="warning">/html/body/iframe/@eval:src, function 'web.uriencode' failed</span> <span style="cursor: pointer;" onclick="$('#vBt38hHa').toggle()">(click for details)</span><pre id="vBt38hHa" style="display: none;">MindTouch.Deki.Script.DekiScriptInvokeException: function 'web.uriencode' failed ---> System.ArgumentException: missing value for parameter 'text' (index 0)
at MindTouch.Deki.DekiScriptFunction+DekiScriptInvokeDelegateWrapper.Invoke (MindTouch.Deki.Script.DekiScriptLiteral arguments) [0x00000]
at MindTouch.Deki.DekiScriptFunctionNative.Invoke (MindTouch.Deki.Script.DekiScriptLiteral arguments) [0x00000]
at MindTouch.Deki.Script.DekiScriptRuntime+<Invoke>d__0.MoveNext () [0x00000]
--- End of inner exception stack trace ---
at MindTouch.Deki.Script.DekiScriptRuntime+<Invoke>d__0.MoveNext () [0x00000]
at MindTouch.Dream.Coroutine.Iterate_Helper (IEnumerator`1 coroutine, MindTouch.Dream.TaskBehavior behavior) [0x00000]
at System.VoidClosure`2[System.Collections.Generic.IEnumerator`1[MindTouch.Dream.IYield],MindTouch.Dream.TaskBehavior].Closure () [0x00000]
at MindTouch.Dream.Task.Execute (System.VoidHandler handler, MindTouch.Dream.TaskBehavior behavior) [0x00000] </pre></div></iframe>
Any ideas? MT Enterprise 9.08... The .mm file is attached to the page I'm trying to view it in...
Thanks in advance! We need FreeMind ;}
On the mind map (only under Internet Explorer) I have one node with "Undefined" name. I tried it on Chrome 4 and the problem is the same as I stated it before above.