|
Ultima modificación |
Ver Log
|
| Rev |
Autor |
Línea Nro. |
Línea |
| 6056 |
efrain |
1 |
<div id="editor1">
|
|
|
2 |
<p>Hello world!</p>
|
|
|
3 |
</div>
|
|
|
4 |
|
|
|
5 |
<div id="editor2">
|
|
|
6 |
<p>Hello world!</p>
|
|
|
7 |
</div>
|
|
|
8 |
|
|
|
9 |
<script>
|
|
|
10 |
exportPdfUtils.initManualTest();
|
|
|
11 |
|
|
|
12 |
CKEDITOR.replace( 'editor1', exportPdfUtils.getDefaultConfig( 'manual', {
|
|
|
13 |
extraPlugins: 'exportpdf',
|
|
|
14 |
exportPdf_service: 'https://cksource.com'
|
|
|
15 |
} ) );
|
|
|
16 |
|
|
|
17 |
CKEDITOR.replace( 'editor2', exportPdfUtils.getDefaultConfig( 'manual', {
|
|
|
18 |
removePlugins: 'notification',
|
|
|
19 |
exportPdf_service: 'https://cksource.com'
|
|
|
20 |
} ) );
|
|
|
21 |
</script>
|