Re: [Xsltforms-support] Rich Text Editor

2024-02-12 Thread Winona Salesky
Hi Alain, Just checking in on this issue. You said you already had a fix? Any chance I can get a patched xsltforms.js? Thanks for your help, -Winona On Mon, Jan 22, 2024 at 10:07 AM Winona Salesky wrote: > > Hi Alain, > Thanks for getting back to me and for working on a fix, that will be so > h

Re: [Xsltforms-support] Rich Text Editor

2024-01-22 Thread Winona Salesky
Hi Alain, Thanks for getting back to me and for working on a fix, that will be so helpful. I did try the latest version of XSLTForms, but it required a lot of rewriting of the forms I already had and I was pressed for time. I hope to have time in the near future to take another look. -Winona On S

Re: [Xsltforms-support] Rich Text Editor

2024-01-21 Thread Alain Couthures
Hi Winona,   This issue is due to remaining ids in dependencies which should have been removed when unloading the subform.   I have already a workaround for preventing the exception. I will look for a fix as soon as possible.  

Re: [Xsltforms-support] Rich Text Editor

2024-01-15 Thread Winona Salesky
Hi Alain, Thank you so much for all your help with my XForms. I'm having some trouble integrating the TinyMCE example into my much more complex forms set up. I have tried to create a simplified example that still produces the error I am getting. Any chance you could help me debug this? Example here

Re: [Xsltforms-support] Rich Text Editor

2024-01-03 Thread Winona Salesky
Hi Alain, That did fix the example. Thank you. I think I have misunderstood the use of the XForms binding. So I will do a little research and see if I can get them working correctly on my more complex version of the form, which has the summary element at many different levels in the TEI record. -W

Re: [Xsltforms-support] Rich Text Editor

2024-01-03 Thread Alain Couthures
Hi Winona,   Looking at the simplified example, it appears that the new record does not have the very same structure: the document root is named "TEI" with a child named "data" whilst the pre-loaded document has the "data" element as root.   XForm

Re: [Xsltforms-support] Rich Text Editor

2024-01-02 Thread Winona Salesky
Hi Alain, This sort of works. Here is an example of multiple text editors working: https://gist.github.com/wsalesky/00b872cd91c99344a030f0e667cb9e35 However, when I try to use this in my actual forms I run into issue. I think it is because my data is loaded after the form is loaded. The user is pr

Re: [Xsltforms-support] Rich Text Editor

2023-12-31 Thread Alain Couthures
Hi Winona,   Sorry for the delay.   Please have a look at the tinymce.xml sample (https://github.com/AlainCouthures/declarative4all/blob/master/public/samples/tinymce.xml).   Because of compatibility issues bet