[Xsltforms-support] eXSLTForms version beta 5 released - contains integration of CKEditor into XSLT
Brought to you by:
alain-couthures
From: Claudius T. <cla...@ya...> - 2010-03-08 10:24:25
|
This version provides a new feature, namely the integration of CKEditor (a well-known rich text editor for web) into XSLTForms. CKEditor SHOULD be used with the configuration file (config.js) having the content of CKEditor.config.js file found in eXSLTForms archive. The reason is that the implementation needs two buttons, namely "Save Content" (arrow up), for updating the @ref node of textarea element with editor's content, and "Update Content" (arrow down), for updating the editor's content with the content of the @ref node of textarea element. These buttons are included into the definitions of CKEditor's "Full" and "Basic" toolbars and into a sample toolbar, named "MyToolbar" (as example). The user could define any toolbar he needs, but it is mandatory the include in such toolbars the reference to above-mentioned buttons, in order to properly use CKEditor into XSLTForms. Also, the page XForms designated to host a CKEditor should include a script element having @src pointing to ckeditor.js file. Last, but not the least, in order to be valid XML, this extension should have its own namespace, but this imply certain modifications of XSLTForms. I release this version as is, for users to enjoy, and, with kind help of Alain Couthures, I hope that next version will have its own namespace. Claudius Teodorescu http://kuberam.ro |