Hi, We are currently evaluating XXE to see if we can use it as an embedded XHTML editor (with some custom tags) in the application we are developing.
Embedding a DocumentPane is pretty straightforward, but then we would have to (re-)implement all the nice XHTML-related features (i.e. toolbar-buttons, menu-items, etc.) that the stand-alone XXE already has. So I'm wondering if there is a way to (re-)use those features from the stand-alone XXE in our application. Or, is there a way to customize the stand-alone XXE for use in our application (i.e. remove unneeded features, load/save documents from/to our back-end, add toolbar-buttons for custom tags, etc.)? Regards, Remco Rotteveel

