'textarea.editor').each( function() { CKEDITOR.replace( $(this).attr('id') ); });. Note: This assumes that each field using the editor has its own unique ID ...
確定! 回上一頁