Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 3591 | Rev 3602 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3591 Rev 3594
Línea 694... Línea 694...
694
 
694
 
Línea 695... Línea 695...
695
 
695
 
696
    $.fn.reload(1);
-
 
697
 
-
 
698
    CKEDITOR.replace('description_feed', {
696
    $.fn.reload(1);
699
				// Reset toolbar settings, so full toolbar will be generated automatically.
697
 
700
				toolbar: null,
698
    CKEDITOR.replace('description_feed', {
701
				toolbarGroups:[
699
				toolbarGroups:[
702
                    { name: 'editing', groups: [ 'find', 'selection', 'spellchecker', 'editing' ] },
700
                    { name: 'editing', groups: [ 'find', 'selection', 'spellchecker', 'editing' ] },
Línea 713... Línea 711...
713
                    '/',
711
                    '/',
714
                    { name: 'colors', groups: [ 'colors' ] },
712
                    { name: 'colors', groups: [ 'colors' ] },
715
                    { name: 'about', groups: [ 'about' ] }
713
                    { name: 'about', groups: [ 'about' ] }
716
                ],
714
                ],
717
				removeButtons: 'Cut,Copy,Paste,PasteText,PasteFromWord,Undo,Redo,Anchor,Source,About',
715
				removeButtons: 'Cut,Copy,Paste,PasteText,PasteFromWord,Undo,Redo,Anchor,Source,About',
718
				removePlugins: 'elementspath,Anchor',
-
 
719
				height: 100
716
				height: 100
720
			});
717
			});
721
    CKEDITOR.replace('description_video');
718
    CKEDITOR.replace('description_video');
722
    CKEDITOR.replace('description_image');
719
    CKEDITOR.replace('description_image');
723
    CKEDITOR.replace('description_document');
720
    CKEDITOR.replace('description_document');