Re: [Xsltforms-support] custom buttons in TinyMCE 4.3.12 and XSLTForms 638

2017-02-12 Thread C. M. Sperberg-McQueen
> On Feb 12, 2017, at 9:21 AM, Alain Couthures > wrote: > > Thank you very much for all these explanations! > > The proposed patch will be integrated in rev. 640. Thank you! You should have a pull request in your queue for xphoneforms at github, which may (or may not) simplify the change. >

Re: [Xsltforms-support] custom buttons in TinyMCE 4.3.12 and XSLTForms 638

2017-02-12 Thread Alain Couthures
Thank you very much for all these explanations! The proposed patch will be integrated in rev. 640. I have been able to build my own test form (I first forgot to add the custom button names in "toolbar" and I had to replace the 2 "<" with "<" in the "insertElem" function). --Alain Le 2/7/20

Re: [Xsltforms-support] XSLTForms and TinyMCE (v 4.5.2 doesn't work; 4.3.12 does; ...)

2017-02-12 Thread Alain Couthures
The current version of TinyMCE is now 4.5.3 and I have succeeded in integrating it in XSLTForms. It appears that, with this version, the editor is not initialized enough when XSLTForms first tries to set its content. I had to add a try/catch statement to support this new behavior. This will be