Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3009 Rev 8767
Línea 576... Línea 576...
576
    });
576
    });
Línea 577... Línea 577...
577
 
577
 
Línea 578... Línea 578...
578
    autocompleteLocation.addListener('place_changed', $.fn.fillInAddressLocation);
578
    autocompleteLocation.addListener('place_changed', $.fn.fillInAddressLocation);
-
 
579
 
-
 
580
 
-
 
581
    CKEDITOR.replace('description', {
-
 
582
        toolbar: [
-
 
583
                    { name: 'editing', items: ['Scayt'] },
-
 
584
                    { name: 'links', items: ['Link', 'Unlink'] },
-
 
585
                    { name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'] },
-
 
586
                    { name: 'basicstyles', items: ['Bold', 'Italic', 'Strike', 'RemoveFormat'] },
-
 
587
                    '/',
-
 
588
                    { name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar'] },
-
 
589
                    { name: 'styles', items: ['Styles', 'Format'] },
-
 
590
                    { name: 'tools', items: ['Maximize'] }
-
 
591
                ],
579
 
592
                removePlugins: 'elementspath,Anchor',
580
 
593
                heigth: 100
Línea 581... Línea 594...
581
    CKEDITOR.replace('description');
594
    });
582
  });
595
  });