hello,
yes i know, i should have understood the solution in the previous similar post "default values in popup dialogs (img, table, etc)"
and (maybe ?) particularly "Using the JavaScript API to customize dialogs"
... but i didn't !
so, i indicate here my (not very clean !) solution :
as i wanted to change the default size of my tables, i went in "ckeditor/ckeditor/plugins/table/dialogs/table.js", i found
as i wanted to change some other things, i searched 'default' and modified each one
and welcome to more professional solutions !
yes i know, i should have understood the solution in the previous similar post "default values in popup dialogs (img, table, etc)"
and (maybe ?) particularly "Using the JavaScript API to customize dialogs"
... but i didn't !
so, i indicate here my (not very clean !) solution :
as i wanted to change the default size of my tables, i went in "ckeditor/ckeditor/plugins/table/dialogs/table.js", i found
'default':500,i modified in
'default':580,
as i wanted to change some other things, i searched 'default' and modified each one
and welcome to more professional solutions !

Re: default values in popup dialogs (img, table, etc) bis
http://docs.cksource.com/CKEditor_3.x/Howto/Field_Names
http://alfonsoml.blogspot.com/2009/12/r ... -your.html
Re: default values in popup dialogs (img, table, etc) bis
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: default values in popup dialogs (img, table, etc) bis
and you know what it is : when you have many things to do and you get a easy solution which seems being working ...
anyway, thank you
Re: default values in popup dialogs (img, table, etc) bis
It's not really that complicated, and as soon as you upgrade once or twice and you have to re-do again all your customizations you'll realize that putting all of that in a plugin is a very good idea.
Re: default values in popup dialogs (img, table, etc) bis
Re: default values in popup dialogs (img, table, etc) bis
CKEDITOR.dialog.setDefault('link', 'target', 'linkTargetType', '_blank')CKEDITOR.dialog.setDefault('link', 'linkTargetType', '_blank')Re: default values in popup dialogs (img, table, etc) bis
For me the main problem to provide this as well as other customizations for the dialogs that would make it very easy for an average user to adjust several things is the requirement to specify the tab id. I proposed a patch something like 1.5 years ago, but as ibm isn't interested about it, it seems that it has near 1% chance of being added
Re: default values in popup dialogs (img, table, etc) bis
Re: default values in popup dialogs (img, table, etc) bis
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: default values in popup dialogs (img, table, etc) bis
... i'm kidding : thank you very much !
Re: default values in popup dialogs (img, table, etc) bis
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!