source: trunk/admin/inc/ckeditor/plugins/appagebreak/plugin.js@ 239

Last change on this file since 239 was 239, checked in by luc, 9 years ago

Admin: correzione visulaizzazione immissione dati spoglio per Chrome e Safari - Aggiornamento dell'editor da FCKeditor a CKeditor , accessibili anche a Chrome e Safari.

  • Property svn:executable set to *
File size: 428 bytes
Line 
1CKEDITOR.plugins.add( 'appagebreak',
2 {
3 init : function( editor )
4 {
5editor.addCommand( 'appagebreak' , { modes : { wysiwyg:1, source:0 }, canUndo : true, exec : function( editor ) {editor.insertText("<!--pagebreak-->")}, editorFocus : true });
6
7editor.ui.addButton('appagebreak' , { command: 'appagebreak' , label : "Inserisci Interruzione di Pagina di Accessible Portal", icon:this.path+'appagebreak.gif'});
8}
9});
Note: See TracBrowser for help on using the repository browser.