views:

24

answers:

0

Hey,

I am creating a simple form (title - content - submit), and I want to mix CKEDITOR in the content area.

How do i do it? the form looks like this:

<form>

<input type="text" />

<textarea></textarea> - **here I want the CKEDITOR**

<input type="submit" />

</form>

very simple.. thank you!