I have a form where i need to use the code for attach more rows.
I have a name field(textbox)and a description field(ckeditor)
and an add more link below that . Clicking on the add more will append a row with the above fields .
is it possible to add ckeditor using the attach more option?
yes, it should definitely be possible
once you’ve created a new description field with a name and ID in your javascript, call CKEDITOR.replace:
(taken from the CKEditor docs)