Re: [Xsltforms-support] Is there any way to put markup in atextarea in XSLTForms
Brought to you by:
alain-couthures
From: Claudius T. <cla...@ya...> - 2010-03-05 08:20:05
|
Claudius Teodorescu http://kuberam.ro ----- Forwarded Message ---- From: Claudius Teodorescu <cla...@ya...> To: "Klotz, Leigh" <Lei...@xe...> Sent: Fri, March 5, 2010 3:24:11 AM Subject: Re: [Xsltforms-support] Is there any way to put markup in atextarea in XSLTForms This syntax I like: <xf:textarea ref="description" appearance="ext:ckedit"> <xf:label>Description :</xf:label> <xf:extension><ext:ckeditOptions toolbar="full" spellcheck="true" /></xf:extension> </xf:textarea> It is very intuitive and leave space for other editors. Thanks for these samples! Claudius Teodorescu http://kuberam.ro ________________________________ From: "Klotz, Leigh" <Lei...@xe...> To: Claudius Teodorescu <cla...@ya...> Sent: Fri, March 5, 2010 2:57:29 AM Subject: RE: [Xsltforms-support] Is there any way to put markup in atextarea in XSLTForms Most xforms implementations already do this; xsltforms is new. I think Dan is on the right track. As Alain said, and I noted as well, xsltforms doesn't play well with other JavaScript packages. If that isn't fixed, nothing will work. Once that's fixed, there are many ways to include ckeditor or tinymce or some other package: xsltforms plug ins, separate javascript script src file, etc. But a single syntax for declaring the textarea as rich text should work with all of the cases. Leigh. ________________________________ From: Claudius Teodorescu [mailto:cla...@ya...] Sent: Thursday, March 04, 2010 4:43 PM To: Klotz, Leigh Subject: Re: [Xsltforms-support] Is there any way to put markup in atextarea in XSLTForms Very nice approaches, this is the way. I didn't know about them. The problem is, now: what shall we do, as there is a need for such editor? Claudius Teodorescu http://kuberam.ro |