Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3565 Rev 3591
Línea 696... Línea 696...
696
    $.fn.reload(1);
696
    $.fn.reload(1);
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: ['spellchecker'] },
702
                    { name: 'editing', groups: [ 'find', 'selection', 'spellchecker', 'editing' ] },
-
 
703
                    { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
703
                  { name: 'basicstyles', groups: ['basicstyles', 'cleanup'] },
704
                    { name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi', 'paragraph' ] },
704
                  { name: 'paragraph', groups: ['list'] },
705
                    { name: 'links', groups: [ 'links' ] },
705
                  { name: 'links' },
706
                    { name: 'insert', groups: [ 'insert' ] },
706
                  { name: 'insert', groups: [] },
707
                    { name: 'forms', groups: [ 'forms' ] },
707
                  { name: 'styles' },
708
                    { name: 'styles', groups: [ 'styles' ] },
-
 
709
                    { name: 'tools', groups: [ 'tools' ] },
-
 
710
                    { name: 'clipboard', groups: [ 'clipboard', 'undo' ] },
-
 
711
                    { name: 'document', groups: [ 'mode', 'document', 'doctools' ] },
708
                  { name: 'colors' },
712
                    { name: 'others', groups: [ 'others' ] },
-
 
713
                    '/',
-
 
714
                    { name: 'colors', groups: [ 'colors' ] },
709
                  { name: 'tools' },
715
                    { name: 'about', groups: [ 'about' ] }
710
                ],
716
                ],
711
				removeButtons: 'Anchor',
717
				removeButtons: 'Cut,Copy,Paste,PasteText,PasteFromWord,Undo,Redo,Anchor,Source,About',
712
				removePlugins: 'elementspath,Anchor',
718
				removePlugins: 'elementspath,Anchor',
713
				height: 100
719
				height: 100
714
			});
720
			});
715
    CKEDITOR.replace('description_video');
721
    CKEDITOR.replace('description_video');