Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3647 Rev 3650
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: 'links', groups: [ 'links' ] },
-
 
703
                    '/',
702
                  { name: 'editing', items: ['Scayt'] }
704
                    { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
703
                ],
705
                ],
704
				removeButtons: 'Anchor',
706
				removeButtons: 'Underline,Subscript,Superscript,Anchor',
705
				removePlugins: 'elementspath,Anchor',
707
				removePlugins: 'elementspath,Anchor',
706
				height: 100
708
				height: 100
707
			});
709
			});
708
    CKEDITOR.replace('description_video');
710
    CKEDITOR.replace('description_video');