Last change
on this file since 320 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
|
Rev | Line | |
---|
[239] | 1 | CKEDITOR.plugins.add( 'appagebreak',
|
---|
| 2 | {
|
---|
| 3 | init : function( editor )
|
---|
| 4 | {
|
---|
| 5 | editor.addCommand( 'appagebreak' , { modes : { wysiwyg:1, source:0 }, canUndo : true, exec : function( editor ) {editor.insertText("<!--pagebreak-->")}, editorFocus : true });
|
---|
| 6 |
|
---|
| 7 | editor.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.