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:
/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or <a href="http://ckeditor.com/license" target="_blank">http://ckeditor.com/license</a> */ CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; config.width = 785; config.height = 320; config.bodyId = 'tresc_strony'; config.bodyClass = 'validate[required]'; };
opis config z dokumentacji
dodawanie ID
miał ktoś może podobny problem, dodam że używam CKeditora w frameworku CodeIgniter