Tree :



 Faceted index, by topics :
Menu

 
Category
V5 (46)
V5.01 (21)
V5.10 (15)
V5.20 (32)
V5.30 (16)
V5.31 (1)
V5.32 (4)
V5.33 (16)
V5.34 (7)
V5.35 (2)
V5.40 (27)
V5.41 (7)
V5.42 (4)
V5.43 (6)
V5.50 (1)
V5.60 (1)
V5.61 (2)
V5.70 (9)
V5.71 (4)
 
 How to insert these widgets?

      5. Reference
          5.5. Ideas
              5.5.3. Idea contents editing
                  5.5.3.9. Editing idea text : WYSIWYG editor
 5.5.3.9.3. Insert a Freeplane/Freemind mind map (using Flash browser) 

This feature (still experimental : see notes) graphically displays mind maps created with the Freeplane/Freemind software.

For instance, seethe first page of this manual, which displays such a map.

All the Freeplane/Freemind map features (including the icons but not the embedded images) are graphically displayed by WIT.

A Flash complementary plugin (visorFreeplane.swf with JavaScript flashobject.js code) does the display.

The following HTML code is inserted in the current idea :

<div id="freeplaneflash">
    Placeholder for Freeplane map.
    <br />
    If you see this text in your <strong>web browser</strong>, Flash plugin or JavaScript may be turned off.
    <br />
    Activate both and reload to view the mindmap.
    <br />
    Download the Flash plugin at <a href="
http://www.adobe.com/fr/products/flashplayer">adobe web site</a>.
</div>
<script src="../extra/flashobject.js"
      type="text/javascript">
</script><script type="text/javascript">
//<![CDATA[
    var fo = new FlashObject("../extra/visorFreeplane.swf", "visorFreeplane", "100%", "700", 6, "#9999ff");
    fo.addParam("quality", "high");
    fo.addParam("bgcolor", "#ffffff");
    fo.addVariable("openUrl", "_self");     // _top, _new ... : computed by WIT
    fo.addVariable("initLoadFile", "
#@@Z:\ActivitesWIT\Dev\DevIdeator\Ideator\Projects\Sum\toc-maps\ref-manual-toc.mm@@");  // map path       : computed by WIT
    fo.addVariable("startCollapsedToLevel","5");
    fo.addVariable("buttonPos","bottom");
    fo.addVariable("defaultWordWrap", "270");
    fo.addVariable("offsetX", "350");
    fo.addVariable("offsetY", "350");
    fo.write("freemindflash");
//]]>
</script>

Red values are parameters that you can change, while using the 'HTML' tab of the main WIT view.

Do not change the values between the #@@ and @@ pseudo tags : they are controlled by WIT.

Just after insertion, it is normal to see the follwing block of text in the "Normal" tab of WIT main view :

Placeholder for Freeplane map.
If you see this text in your web browser, Flash plugin or Javascript may be turned off.
Activate both and reload to view the mindmap.
Download the Flash plugin at adobe web site.

because the WYSIWYG editor won't display the Flash objects.

However, if you see this block instead of the real map in the "Preview" tab or in your regular browser, you have to install the Flash player plugin for your browser (see Adobe web site), and ensure that Javascript scripts are enabled.

Notes :

  1. Maps beyond 1000 elements may not be displayed properly (use the Java Freemind applet in this case).
  2. The centering of small maps is not always correct : please do a "refresh" of the browser (F5) or use the"Fit" button in the Flash Freeplane/FreeMind browser (this problem is known by the visorFreeplane author).
  3. You may change the HTML code that is inserted by default, by editing the file <WIT_INSTALL_DIR>\Data\Scripts\visorFreeplane\flash-template.txt, but keep the values that are placed between "@@" pseudo tags.

 

Keywords :  Flash ; Freemind ; Mind Map
Tasks
Start date2011/01/15
Due date2011/01/15
Percent finished100 %
Effective end date2011/01/15
CategoryV5.30
V5.40