> 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.
>
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
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