Hi,
I would like to know how to insert by code into the editing area, right after I create a ckeditor instance, a table with some properties set up (height, width, columns etc.), so that the editor pops-up with this initialization.
Thanks
I would like to know how to insert by code into the editing area, right after I create a ckeditor instance, a table with some properties set up (height, width, columns etc.), so that the editor pops-up with this initialization.
Thanks

Re: Insert element by code
I know very well how to do it using setData('<put the whole html element code here>'), but maybe there is a more elegant accessor-type manner to the element's type and properties, as they are in the dialog box when it's opened when insert fro Toolbox.
Thanks