Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3560 Rev 3562
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'] },
-
 
703
                  { name: 'forms' },
702
                  { name: 'editing', groups: ['spellchecker'] },
704
                  { name: 'basicstyles', groups: ['basicstyles', 'cleanup'] },
703
                  { name: 'basicstyles', groups: ['basicstyles', 'cleanup'] },
705
                  { name: 'paragraph', groups: ['list', 'indent', 'blocks', 'align', 'bidi'] },
704
                  { name: 'paragraph', groups: ['list', 'indent', 'blocks', 'align', 'bidi'] },
706
                  { name: 'links' },
705
                  { name: 'links' },
707
                  { name: 'insert' },
706
                  { name: 'insert' },
708
                  { name: 'styles' },
707
                  { name: 'styles' },
709
                  { name: 'colors' },
708
                  { name: 'colors' },
710
                  { name: 'tools' },
-
 
711
                  { name: 'others' },
709
                  { name: 'tools' },
712
                ],
710
                ],
713
				removeButtons: 'Anchor',
711
				removeButtons: 'Anchor',
714
				removePlugins: 'elementspath,Anchor',
712
				removePlugins: 'elementspath,Anchor',
715
				height: 100
713
				height: 100