Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3594 Rev 3602
Línea 695... Línea 695...
695
 
695
 
Línea 696... Línea 696...
696
    $.fn.reload(1);
696
    $.fn.reload(1);
697
 
697
 
698
    CKEDITOR.replace('description_feed', {
-
 
699
				toolbarGroups:[
-
 
700
                    { name: 'editing', groups: [ 'find', 'selection', 'spellchecker', 'editing' ] },
-
 
701
                    { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
698
    CKEDITOR.replace('description_feed', {
702
                    { name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi', 'paragraph' ] },
699
				toolbarGroups:[
703
                    { name: 'links', groups: [ 'links' ] },
-
 
704
                    { name: 'insert', groups: [ 'insert' ] },
-
 
705
                    { name: 'forms', groups: [ 'forms' ] },
-
 
706
                    { name: 'styles', groups: [ 'styles' ] },
700
                    { name: 'clipboard', items: [] },
707
                    { name: 'tools', groups: [ 'tools' ] },
701
                    { name: 'editing', items: [ 'Scayt' ] },
708
                    { name: 'clipboard', groups: [ 'clipboard', 'undo' ] },
-
 
709
                    { name: 'document', groups: [ 'mode', 'document', 'doctools' ] },
702
                    { name: 'basicstyles', items: [ 'Bold', 'Italic', 'Strike', '-', 'RemoveFormat' ] },
-
 
703
                    { name: 'paragraph', items: [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote' ] },
-
 
704
                    '/',
-
 
705
                    { name: 'links', items: [ 'Link', 'Unlink' ] },
710
                    { name: 'others', groups: [ 'others' ] },
706
                    { name: 'insert', items: [ 'Image', 'Table', 'HorizontalRule', 'SpecialChar' ] },
-
 
707
                    { name: 'styles', items: [ 'Styles', 'Format' ] },
711
                    '/',
708
                    { name: 'tools', items: [ 'Maximize' ] },
712
                    { name: 'colors', groups: [ 'colors' ] },
709
                    { name: 'document', items: [] },
713
                    { name: 'about', groups: [ 'about' ] }
-
 
714
                ],
710
                    { name: 'about', items: [] }
715
				removeButtons: 'Cut,Copy,Paste,PasteText,PasteFromWord,Undo,Redo,Anchor,Source,About',
711
                ],
716
				height: 100
712
				height: 100
717
			});
713
			});
718
    CKEDITOR.replace('description_video');
714
    CKEDITOR.replace('description_video');