D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
vitalityhealth
/
www
/
superadmin
/
ckeditor
/
plugins
/
exportpdf
/
tests
/
manual
/
Filename :
notifications.html
back
Copy
<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>