File "notifications.html"

Full Path: /home/magicrsz/public_html/admin/ckeditor/plugins/exportpdf/tests/manual/notifications.html
File size: 396 bytes
MIME-type: text/html
Charset: utf-8

<div id="editor1">
	<p>Hello world!</p>
</div>

<div id="editor2">
	<p>Hello world!</p>
</div>

<script>
	exportPdfUtils.initManualTest();

	CKEDITOR.replace( 'editor1', exportPdfUtils.getDefaultConfig( 'manual', {
		extraPlugins: 'exportpdf'
	} ) );

	CKEDITOR.replace( 'editor2', exportPdfUtils.getDefaultConfig( 'manual', {
		removePlugins: 'notification'
	} ) );
</script>