Bernd: CKEditor

Beitrag lesen

OK, ich habe es

tinymce.init({
		  selector: '#n_news',
		  height: 500,	
		  menubar: false,

		  plugins: [
		    "colorpicker",
		    " lists link",
		    " textcolor"
		  ],
		 
		  toolbar: 'bold italic strikethrough forecolor backcolor | link | numlist bullist |
                removeformat',
		  
		});