<script type="text/javascript">
CKEDITOR.replace( 'email_text',
{
toolbar :
[
['Source','-','Preview','Cut','Copy','Paste','PasteText','PasteFromWord','Print'],
['Undo','Redo','-','Find','Replace','SelectAll','-','Image','Link','Unlink','SpecialChar','-','TextColor','BGColor','-','RemoveFormat','-','Maximize'],
'/',
['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
['NumberedList','BulletedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['Format','Font','FontSize'],
],
});
CKEDITOR.editorConfig = function( config )
{
config.language = 'da';
config.resize_maxWidth = 250;
};
</script>
Wed, 09/01/2010 - 21:01
#1
