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.4. Insert a Freemind mind map (using Java applet)  

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

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

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

A Java applet(freemindbrowser.jar) does the display.

The following HTML code is inserted in the current idea :

<div id="freemindapplet">
<object classid="java:freemind.main.FreeMindApplet.class"
      type="application/x-java-applet"
      archive="../extra/freemindbrowser.jar"
      width="100%" height="600">
   <param name="scriptable" value="false">
   <param name="modes" value="freemind.modes.browsemode.BrowseMode">
   <param name="browsemode_initial_map" value= "#@@MAP@@" />
   <param name="initial_mode" value="Browse">
   <param name="selection_method" value="selection_method_direct">
 <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
         codebase="http://java.sun.com/update/1.5.0/jinstall-1_5_0-windows-i586.cab"
         height="600" width="100%">
      <param name="code" value="freemind.main.FreeMindApplet">
      <param name="archive" value="../extra/freemindbrowser.jar">
      <param name="scriptable" value="false" />
      <param name="modes" value="freemind.modes.browsemode.BrowseMode">
      <param name="browsemode_initial_map" value= "#@@MAP@@">
      <param name="initial_mode" value="Browse">
      <param name="selection_method" value="selection_method_direct">
      <strong>
        This browser does not have a Java Plug-in.
      </strong>
      <br>
      <a href="http://java.sun.com/products/plugin/downloads/index.html">
        Get the latest Java Plug-in here.
      </a>
   </object>
</object>
</div>

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

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

Notes :

  1. Sun virtual machine must be installed to execute the Java applet.
  2. The display is made only in the "Preview" tab of main WIT view and in your web browser. If the display is only done in the browser and not in WIT "Preview" tab, you may force Internet Explorer to use the Sun virtual machine by adding an environment variable in your Windows system :
    • JAVA_PLUGIN_WEBCONTROL_ENABLE
    • with a non void value, for instance 1.
  3. You may change the default HTML code that is inserted, by editing the <WIT_INSTALL_DIR>\Data\Scripts\visorFreeMind\applet-template.txt file, but keep the values between the "@@" pseudo tags.
  4. You also may prefer simpler HTML code (with the <applet> tag, as FreeMind recommends) : rename the alt-applet-template.txt file into applet-template.txt in the <WIT_INSTALL_DIR>\Data\Scripts\visorFreeMind folder, and edit its contents if needed.

Keywords :  Freemind ; Java applet ; Mind Map
Tasks
Start date2008/06/14
Due date2008/06/30
Percent finished100 %
Effective end date2008/06/27
CategoryV5.30