Create and edit diagrams in the browser using a Java Applet. The plug-in also features off-line diagram editor.
Compatible with DokuWiki
2011-05-25b
Create and edit diagrams in the browser using a Java Applet. The plug-in also features off-line diagram editor.
This extension is marked as obsoleted. Therefore it is hidden in the Extension Manager and the extension listing. Furthermore, it is candidate for removal.
This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.
Java applets such as this plugin are not supported in recent browsers anymore.
This plugin was derived from the draw plug-in.
jDraw plug-in homepage contains additional information, including detailed installation and configuration instructions. It is strongly recommended to follow instructions on the plug-in home page as they are more complete and up to date!
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
You should manually add mxe text/xml to dokuwiki/conf/mime.conf file.
DokuWiki Syntax:
{{jdraw>[namespace:]name}}
Examples:
{{jdraw>mynamespace:mydiagram}}
{{jdraw>mydiagram}}
It should be noted that this plugin, to be enabled on a wiki page requires at least a Delete permission on the page/namespace.
* Added by Liran Tal
* Added by HK (20121213): I can confirm that displaying also works for read only groups (tested with Adora Belle). The “edit” button is not shown for the read only groups. There exists one group with “upload” permissions on the namespace (besides admin with delete rights).
* Added by Liran Tal
~~NOCACHE~~
in order to prevent caching and with this trick you can edit the page without problem. (Added by Luc Patiny)
* Added by Pekka Savolainen
Could not load diagram com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceExeption: Invalid byte 2 of 3-byte UTF-8 sequence.
* Added by Martijn B.
* Added by HK (20121213) I'm currently running a test-setup on windows localhost with xampp. Using the plugin gives me several “notices” in the editing window, but editing and saving etc. seems to work without any problems. The notices are:
Notice: Use of undefined constant AUTH_DELETE - assumed 'AUTH_DELETE' in C:\xampp\htdocs\dokuwiki\lib\plugins\jdraw\jdraw.php on line 11
Notice: Undefined index: HTTPS in C:\xampp\htdocs\dokuwiki\lib\plugins\jdraw\jdraw.php on line 12
Notice: Undefined variable: cookies in C:\xampp\htdocs\dokuwiki\lib\plugins\jdraw\jdraw.php on line 16
* Added by Red (20130720) I tried on both Firefox and Safari 6 using the latest Java download (7). Did the mime.conf edit and also put int the NOCACHE option as well. I am able to click on the “edit” link and open the JDraw java application and view all the tools and shapes, etc. HOWEVER, I am unable to actually insert a shape onto the drawing canvas. I tried dragging, clicking, right clicking, etc etc. Just won't work.
* Added by Brad White (20110228)
* Added by steveg (20110503)