Re: [Xsltforms-support] Is there any way to put markup in a textarea in XSLTForms
Brought to you by:
alain-couthures
From: Rob K. <ro...@ko...> - 2010-03-04 22:38:23
|
The XHTML is being escaped so that CKEditor can edit it, I think. In other words, it won't work unless the XHTML is escaped. But, have you tried wrapping it in CDATA? -Rob On Thu, Mar 4, 2010 at 2:27 PM, Dan McCreary <dan...@gm...> wrote: > Hello Claudius, > > I installed CKEditor on eXist and wrote up the following notes here: > > http://en.wikibooks.org/wiki/XForms/CKEditor > > I can now see the XHTML in the HTTP Post but I can not seem to get it to > stop encoding the XML tags. > > I put a copy of this form on our demo server here: > > > http://demo.syntactica.com/exist/rest/db/test/ckeditor/_samples/replacebyclass.html > > If you can figure out how to get the config.js file to stop encodeing let > me know! CKEditor does not have very good documentation yet :-( > > - Dan > > On Thu, Mar 4, 2010 at 3:31 PM, Claudius Teodorescu <cla...@ya...>wrote: > >> Hi, >> >> I also thought about an extension element for XSLTForms, called >> "richTextarea" (maybe), which would allow all sort of rich text editing (I >> thought about editing the files stored within eXist, and for translations (a >> web app to manage translations)). >> >> I looked over web editors, found CKEditor and liked it very much, as being >> enough complex and flexible to be a professional extension element for >> XForms. >> >> Such extension element called richTextarea should be bound to a node, just >> like textarea element. >> >> My two cents. >> >> Claudius Teodorescu >> http://kuberam.ro >> >> >> >> ------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> Xsltforms-support mailing list >> Xsl...@li... >> https://lists.sourceforge.net/lists/listinfo/xsltforms-support >> >> > > > -- > Dan McCreary > Semantic Solutions Architect > syntactica.com > 952-460-1674 > VOIP: 111@69.199.167.229 > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Xsltforms-support mailing list > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > > |