Witam mam problem z dodaniem atrybutu ID do CkEditora.

w tym momencie js generuje <textarea></textarea> z name (taki jak wpiszę).

Jednak nie mogę w żaden sposób dodać do tego textarea ani ID ani CLASS robię tak jak jest napisane w dokumentacji ale bez efektu.
Mój config.js Ckeditora:
  1. /*
  2. Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.html or <a href="http://ckeditor.com/license" target="_blank">http://ckeditor.com/license</a>
  4. */
  5.  
  6. CKEDITOR.editorConfig = function( config )
  7. {
  8. // Define changes to default configuration here. For example:
  9. // config.language = 'fr';
  10. // config.uiColor = '#AADC6E';
  11.  
  12. config.width = 785;
  13. config.height = 320;
  14. config.bodyId = 'tresc_strony';
  15. config.bodyClass = 'validate[required]';
  16. };


opis config z dokumentacji
dodawanie ID

miał ktoś może podobny problem, dodam że używam CKeditora w frameworku CodeIgniter