Re: [Xsltforms-support] How to disble the TinyMCE incremental update of the div that displays the t
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2013-03-28 20:04:23
|
Hello Elias, The incremental mode was easier to implement and this cannot be disabled yet. There is a lot of possible event handlers in TinyMCE (for example: http://www.tinymce.com/wiki.php/API3:event.tinymce.Editor.onSubmit) and there might be a good combination for implementing the non-incremental mode. Actually, TinyMCE is a nightmare for me and I wish I had time to write my own RichText Editor... -Alain Le 28/03/2013 19:07, Elias Mazur a écrit : > Hi. > > I have an xform that has TinyMCE and it works fine. I used the > example from XSLTForms distribution that updates the <div> that > displays the text entered incrementally. How can I disable that so > that the div is only updated after I'm done with TinyMCE? > > I tried incremental=false in several places with no luck. > > Thanks > Elias > > > ------------------------------------------------------------------------------ > Own the Future-Intel® Level Up Game Demo Contest 2013 > Rise to greatness in Intel's independent game demo contest. > Compete for recognition, cash, and the chance to get your game > on Steam. $5K grand prize plus 10 genre and skill prizes. > Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d > > > _______________________________________________ > Xsltforms-support mailing list > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support |