I have:
How can I make for 'textarea2' ckeditor with height: 100 and width 250 ? Or how Can i make that ckeditor use attributes: cols and rows which I have in <textarea> tagS as width and height ?
window.onload = function()
{
CKEDITOR.replace('textarea1',
{
height:"200", width:"500"
});
};
How can I make for 'textarea2' ckeditor with height: 100 and width 250 ? Or how Can i make that ckeditor use attributes: cols and rows which I have in <textarea> tagS as width and height ?
