Huditsch Roman wrote: > I need to provide some kind of "automatically generate an id value" for > the id attribute to the users. > Is there any way to customize the "edit attributes" sidebar of XXE? > It would be nice, if I could place an additional button for this beside > the existing "list values" button.
No. > Or is it just possible to place an own button into the toolbar providing > this functionality? Yes. See the "toolBar" configuration element: http://www.xmlmind.com/xmleditor/_distrib/docs/configure/ch06s25.html Your button must invoke a macro-command -- http://www.xmlmind.com/xmleditor/_distrib/docs/commands/ch02.html -- leveraging on the "putAttribute" native command (see http://www.xmlmind.com/xmleditor/_distrib/docs/commands/ch06s40.html).

