O. Relot wrote: > > i'm still using xxe-pro-5_3_0 and i'm looking for adding a button on the > right panel with the attributes tool, search tool, spell tool, > characters tool and validity tool ; > is it possible to have my own button here which would execute a specific > java code? >
There is no easy way to add button to a ``tool'' (such as the attributes tool, search tool, spell tool, characters tool and validity tool). You can only replace a tool by a custom variant of this tool derived from the stock one. (This variant would contain your custom button.) How to write such variant is not documented. You'll have to read the source code of XXE in order to do that. (Freely available starting from 10 xe-usr licenses.) How to replace a tool by another is explained here: XMLmind XML Editor - Customizing the User Interface http://www.xmlmind.com/xmleditor/_distrib/doc/gui/index.html and here: 12. Extending the GUI of XMLmind XML Editor http://www.xmlmind.com/xmleditor/_distrib/doc/dev/gui.html -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

