Ticket #8773: chunks_chunk.js

File chunks_chunk.js, 1022 bytes (added by Daniel Sokolowski, 12 years ago)

template file used

Line 
1// Register a template definition set named "default".
2CKEDITOR.addTemplates( 'default',
3{
4        // The name of the subfolder that contains the preview images of the templates.
5        imagesPath : CKEDITOR.getUrl( CKEDITOR.plugins.getPath( 'templates' ) + 'templates/images/' ),
6 
7        // Template definitions.
8        templates :
9                [
10                        {
11                                title: 'Chunk idTagLine 1',
12                                html: '' 
13                                + '<div id="idTagLine">'
14                                + '<div class="clsTagLine1">'
15                                + 'With so many options the possiblities are only limited by your imagination!</div>'
16                                + '<div class="clsTagLine2">'
17                                + 'Progress Square 747 Gardiners Rd. Kingston Monday to Friday: 8am - 5pm, Saturday 11am-3pm</div>'
18                                + '<p>'
19                                + '<span class="clsPhoneNum1 clsOutline2">613 </span> <span class="clsPhoneBul clsOutline2"> &nbsp;&bull;&nbsp; </span> <span class="clsPhoneNum2 clsOutline2"> 389 </span> <span class="clsPhoneBul clsOutline2"> &nbsp;&bull;&nbsp; </span> <span class="clsPhoneNum3 clsOutline2"> 2310 </span></p>'
20                                + '</div>'
21                       }
22                ]
23});
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy