Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3549 Rev 3553
Línea 693... Línea 693...
693
    })
693
    })
Línea 694... Línea 694...
694
 
694
 
Línea 695... Línea -...
695
 
-
 
696
    $.fn.reload(1);
-
 
697
 
-
 
698
    CKEDITOR.replace('description_feed',{
-
 
699
				// Reset toolbar settings, so full toolbar will be generated automatically.
-
 
700
				toolbar: null,
-
 
701
				toolbarGroups: [
-
 
702
                  { name: 'editing', groups: ['find', 'selection', 'spellchecker'] },
-
 
703
                  { name: 'forms' },
-
 
704
                  { name: 'basicstyles', groups: ['basicstyles', 'cleanup'] },
-
 
705
                  { name: 'paragraph', groups: ['list', 'indent', 'blocks', 'align', 'bidi'] },
-
 
706
                  { name: 'links' },
-
 
707
                  { name: 'insert' },
-
 
708
                  { name: 'styles' },
-
 
709
                  { name: 'colors' },
-
 
710
                  { name: 'tools' },
-
 
711
                  { name: 'others' },
-
 
712
                ],
-
 
713
				removeButtons: 'Anchor',
-
 
714
				removePlugins: 'elementspath,Anchor',
695
 
715
				height: 100
696
    $.fn.reload(1);
716
			});
697