Hi Alex,

This is detailed description of what I did:
These are the steps I 
followed:



http://qooxdoo.org/documentation/0.7/snippets/using_fckeditor_as_a_rich_text_editor_in_qooxdoo




1. Download FCKEditor in a directory of
 your choice (d:\Temp\FCKEditor). 





2. Create the file FCKEditor.js

 and load it in the main application 




(D:\Programs\test_qooxdoo\source\class\test_qooxdoo\source\FCKEditor.js)
 and change this info in fckEditor.js to test_qooxdoo.source.FCKEditor.
 


3. Create this file: FCKEditor.html and save it into document root.
(D:\Programs\test_qooxdoo\source\class\test_qooxdoo\source\FCKEditor.html)
 and change src="d:Temp\FCKEditor\fckEditor.js").


4. I copied following from FCKEditor.html to index.html:



<script type="text/javascript" 

      src="d:/temp/fckeditor/fckeditor.js" 

      onerror="alert('Cannot load fckeditor.js. Did you install 
FCKEditor?');"></script>






5. Add an editor window to the 
application.js (see link above).




I receive an exception: "FCKEditor() is not a constructor" at this line from 
application.js



var qx_2 = new test_qooxdoo.source.FCKEditor();


What would be the correct steps for integrating CKEditor with QOOXDOO?
Thanks again, 
Camelia

--- Alexander Steitz [via qooxdoo] 
<[email protected]> schrieb am Do, 8.7.2010:

Von: Alexander Steitz [via qooxdoo] 
<[email protected]>
Betreff: Re: HTMLEditor - insert new column/row in a table
An: "Camelia Rafiliu" <[email protected]>
Datum: Donnerstag, 8. Juli, 2010 16:51 Uhr



Hi Camelia,


Am 07.07.2010 17:34, schrieb Camelia Rafiliu:

> Thanks for your prompt answer. My idea is to have a dialog where I can

> specify the number of rows/columns, style attributes and so on, then replace

> the original table altogether.

If the user has already selected the existing table I guess you can 

replace the current table with the new one. I don't know how complicated 

it is if the user has not selected a table.


> Another idea was to integrate ckEditor with Qooxdoo. I already tried that, I

> followed these steps:

> http://qooxdoo.org/documentation/0.7/snippets/using_fckeditor_as_a_rich_text_editor_in_qooxdoo.

> but I couldn't succeed to make it work.

This is an old documentation and does refer to the old (F)ckEditor 

implementation.


> Which approach do you consider to be the best?

That depends on how many features you need (which ckEditor already has) 

and how many time you can invest to implement this into your own 

implementation.

I think it should be possible to integrate the ckEditor into a qooxdoo 

application to get a full-featured working HTML editor. The provided 

HtmlArea component does not provide the feature set that the ckEditor 

does offer.


So can you describe what your issues were with integrating the ckEditor?


cheers,

   Alex


------------------------------------------------------------------------------

This SF.net email is sponsored by Sprint

What will you do first with EVO, the first 4G phone?

Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________

qooxdoo-devel mailing list

[hidden email]

https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel






View message @ 
http://qooxdoo.678.n2.nabble.com/HTMLEditor-insert-new-column-row-in-a-table-tp5265182p5270189.html


To unsubscribe from Re: HTMLEditor - insert new column/row in a table, click 
here.






-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/HTMLEditor-insert-new-column-row-in-a-table-tp5265182p5270266.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to