Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3650 Rev 3653
Línea 697... Línea 697...
697
 
697
 
698
    CKEDITOR.replace('description_feed', {
698
    CKEDITOR.replace('description_feed', {
699
				// Reset toolbar settings, so full toolbar will be generated automatically.
699
				// Reset toolbar settings, so full toolbar will be generated automatically.
700
				toolbar: null,
700
				toolbar: null,
-
 
701
				toolbarGroups: [
701
				toolbarGroups: [
702
                    { name: 'editing', groups: [ 'find', 'selection', 'spellchecker', 'editing' ] },
702
                    { name: 'links', groups: [ 'links' ] },
-
 
703
                    '/',
703
                    { name: 'links', groups: [ 'links' ] },
-
 
704
                    { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
-
 
705
                    { name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi', 'paragraph' ] },
-
 
706
                    '/',
-
 
707
                    { name: 'insert', groups: [ 'insert' ] },
-
 
708
                    { name: 'styles', groups: [ 'styles' ] },
-
 
709
                    { name: 'tools', groups: [ 'tools' ] },
-
 
710
                    { name: 'clipboard', groups: [ 'clipboard', 'undo' ] },
-
 
711
                    { name: 'forms', groups: [ 'forms' ] },
-
 
712
                    { name: 'document', groups: [ 'mode', 'document', 'doctools' ] },
-
 
713
                    { name: 'others', groups: [ 'others' ] },
-
 
714
                    { name: 'colors', groups: [ 'colors' ] },
704
                    { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
715
                    { name: 'about', groups: [ 'about' ] }
705
                ],
716
                ],
706
				removeButtons: 'Underline,Subscript,Superscript,Anchor',
717
                removeButtons: 'Anchor,Cut,Copy,Paste,PasteText,PasteFromWord,Undo,Redo,Source,About',
707
				removePlugins: 'elementspath,Anchor',
718
				removePlugins: 'elementspath,Anchor',
708
				height: 100
719
				height: 100
709
			});
720
			});
710
    CKEDITOR.replace('description_video');
721
    CKEDITOR.replace('description_video');