Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 20 Rev 8775
Línea 426... Línea 426...
426
        })
426
        })
Línea 427... Línea 427...
427
 
427
 
428
 
428
 
-
 
429
 
-
 
430
        $('#form #status').bootstrapToggle({'on' : 'LABEL_ACTIVE',  'off' : 'LABEL_INACTIVE', 'width' : '160px', 'height' : '40px'});
-
 
431
        CKEDITOR.replace( 'content', {
-
 
432
            toolbar: [
-
 
433
                    { name: 'editing', items: ['Scayt'] },
-
 
434
                    { name: 'links', items: ['Link', 'Unlink'] },
-
 
435
                    { name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'] },
-
 
436
                    { name: 'basicstyles', items: ['Bold', 'Italic', 'Strike', 'RemoveFormat'] },
-
 
437
                    '/',
-
 
438
                    { name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar'] },
-
 
439
                    { name: 'styles', items: ['Styles', 'Format'] },
-
 
440
                    { name: 'tools', items: ['Maximize'] }
-
 
441
                ],
429
 
442
                removePlugins: 'elementspath,Anchor',
430
        $('#form #status').bootstrapToggle({'on' : 'LABEL_ACTIVE',  'off' : 'LABEL_INACTIVE', 'width' : '160px', 'height' : '40px'});
443
                heigth: 100
431
        CKEDITOR.replace( 'content');
444
        });
432
    });
445
    });