Friday, April 12, 2013

Set Heigth / Width of CKEditor



<script type="text/javascript">
        CKEDITOR.config.width = 810;
        CKEDITOR.config.height = 120;
        CKEDITOR.config.contentsCss = '/css/yourstyle.css';
    </script>

No comments:

Post a Comment

Opps Part 1 : Abstraction

  Abstraction in C# is a fundamental concept of object-oriented programming (OOP) that allows developers t...