Sha256: 7f3a4aeaff6b532713dfe39798a8cfe682fa70606a3d6ea4a3ebd8343bcf154a

Contents?: true

Size: 488 Bytes

Versions: 5

Compression:

Stored size: 488 Bytes

Contents

<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',
		exportPdf_service: 'https://cksource.com'
	} ) );

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ckeditor_rails-4.17.0 vendor/assets/javascripts/ckeditor/plugins/exportpdf/tests/manual/wrongendpoint.html
ckeditor_rails-4.16.3 vendor/assets/javascripts/ckeditor/plugins/exportpdf/tests/manual/wrongendpoint.html
ckeditor_rails-4.16.2 vendor/assets/javascripts/ckeditor/plugins/exportpdf/tests/manual/wrongendpoint.html
ckeditor_rails-4.16.1 vendor/assets/javascripts/ckeditor/plugins/exportpdf/tests/manual/wrongendpoint.html
ckeditor_rails-4.16.0 vendor/assets/javascripts/ckeditor/plugins/exportpdf/tests/manual/wrongendpoint.html