Page 1 of 1

upgrading to CKeditor?

PostPosted: Thu Jun 09, 2011 8:34 am
by rlevin
Xataface supports FCKeditor, an older version of the CKeditor out now. Can xataface support CKeditor? if so, what must I do to integrate CKeditor in Xataface? In future releases, will Xataface support CKeditor as an option?

Re: upgrading to CKeditor?

PostPosted: Thu Jun 09, 2011 9:28 am
by shannah
I haven't looked into the CKeditor upgrade yet, but Xataface will certainly support it. I don't have any snippets to show you how to integrate it at this time. In the next release of Xataface we're focusing on modularization so that it is easier develop and plug in widgets more easily.

-Steve

Re: upgrading to CKeditor?

PostPosted: Thu Jun 09, 2011 10:08 am
by rlevin
Poking around, it looks like most of the integration is done in the htmlarea.php file. I'll look further into this. Thank you for the response.

Re: upgrading to CKeditor?

PostPosted: Thu Jun 09, 2011 10:16 am
by shannah
Yes. That is where the integration is done.

I am planning on implementing CKEditor as a module... but if you're eager, htmlarea.php is definitely the right place to be poking around.

There are 2 parts:

1. Dataface/FormTool/htmlarea.php
A wrapper that builds the htmlarea widget when required.

2. HTML/QuickForm/htmlarea.php
The actual QuickForm widget definition.

-Steve