Stefan Lenselink wrote: > I want to change the save action of XXE. This means that I want to change > the current save action of add a new button or an other way I can save a > document. > the document need to be send to a Servlet by a POST action. I know how to > program JAVA and the post action won't be the problem. > > I'm new to XXE and I saw there are many types of ways I can change the > behaviour of XXE (format plug-in, scripting plug-in, documentHook, commands, > macro, etc...) > > What I need to know is: > > -In which XML-file (.XXE) can I add menu items and referenced to my class? > -How can my JAVA class be noticed from the menu action (which interface > should I implement?) > > Maybe someone have a very simple example for me, clearing things up.
Documentation for developers is not included in XXE distribution. You need to dowloaded it from http://www.xmlmind.com/xmleditor/download.shtml Developer's Guide contains an example which shows how to write a custom command.See http://www.xmlmind.com/xmleditor/_distrib/docs/dev/ar01s05.html Customizing XXE (which includes dynamic loading of extension code) is explained in the Power User's Guide. See http://www.xmlmind.com/xmleditor/_distrib/docs/poweruser/ar01s01.html http://www.xmlmind.com/xmleditor/_distrib/docs/poweruser/ar01s04s12.html http://www.xmlmind.com/xmleditor/_distrib/docs/poweruser/ar01s04s14.html I'm affraid you'll have to read a fairly large amount of documentation in order to do what you want. PS: If you are using Standard Edition, please take the time to read the license http://www.xmlmind.com/xmleditor/license.html to check if the kind of extension you want to write is legal.

