i'm trying to change dimensions for multiple ckeditor in the same page using this code just after the textarea
<script type="text/javascript">
CKEDITOR.config.width ='250px';
CKEDITOR.config.height='600px';
</script>
it changes all instances in the page and i know how to adjust default values in the config.js but i'm trying to change dimensions for some instances not all of them