Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8991 Rev 8996
Línea 1384... Línea 1384...
1384
                    { name: 'tools', items: ['Maximize'] }
1384
                    { name: 'tools', items: ['Maximize'] }
1385
                ],
1385
                ],
1386
                removePlugins: 'elementspath,Anchor',
1386
                removePlugins: 'elementspath,Anchor',
1387
                heigth: 100
1387
                heigth: 100
1388
    }
1388
    }
1389
 
-
 
1390
    CKEDITOR.replace('description', config);
1389
    CKEDITOR.replace('description', config);
1391
    CKEDITOR.replace('text', config);
1390
    CKEDITOR.replace('text', config);
Línea 1392... Línea 1391...
1392
     
1391
     
1393
});
1392
});
Línea 1533... Línea 1532...
1533
                        <div class="form-group">
1532
                        <div class="form-group">
1534
                        <div class="form-group">
1533
                        <div class="form-group">
1535
                            <label for="section">LABEL_TEXT</label>
1534
                            <label for="section">LABEL_TEXT</label>
1536
                            <!--  ckeditor -->
1535
                            <!--  ckeditor -->
1537
                            <textarea  name="section" id="section" rows="5" class="ckeditor form-control"></textarea>
1536
                            <textarea  name="section" id="section" rows="5" class="ckeditor form-control"></textarea>
-
 
1537
                            <script>
-
 
1538
                                CKEDITOR.replace( 'section', {
-
 
1539
                                    toolbar: [
-
 
1540
                                        { name: 'editing', items: ['Scayt'] },
-
 
1541
                                        { name: 'links', items: ['Link', 'Unlink'] },
-
 
1542
                                        { name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'] },
-
 
1543
                                        { name: 'basicstyles', items: ['Bold', 'Italic', 'Strike', 'RemoveFormat'] },
-
 
1544
                                        '/',
-
 
1545
                                        { name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar'] },
-
 
1546
                                        { name: 'styles', items: ['Styles', 'Format'] },
-
 
1547
                                        { name: 'tools', items: ['Maximize'] }
-
 
1548
                                    ],
-
 
1549
                                    removePlugins: 'elementspath,Anchor',
-
 
1550
                                    heigth: 100
-
 
1551
                                } );
-
 
1552
                            </script>
1538
                        </div>
1553
                        </div>
1539
                    </div>
1554
                    </div>
1540
                    <div class="modal-footer">
1555
                    <div class="modal-footer">
1541
                        <button type="submit" class="btn btn-primary">LABEL_SAVE</button>
1556
                        <button type="submit" class="btn btn-primary">LABEL_SAVE</button>
1542
                        <button type="button" class="btn btn-secondary" data-dismiss="modal">LABEL_CLOSE</button>
1557
                        <button type="button" class="btn btn-secondary" data-dismiss="modal">LABEL_CLOSE</button>
Línea 1719... Línea 1734...
1719
                </div>
1734
                </div>
1720
            </div>
1735
            </div>
1721
        </div>
1736
        </div>
1722
    </div>
1737
    </div>
1723
    </script>
1738
    </script>
1724
    <script>
-
 
1725
        CKEDITOR.replace( 'editor1', {
-
 
1726
            toolbar: [
-
 
1727
                    { name: 'editing', items: ['Scayt'] },
-
 
1728
                    { name: 'links', items: ['Link', 'Unlink'] },
-
 
1729
                    { name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'] },
-
 
1730
                    { name: 'basicstyles', items: ['Bold', 'Italic', 'Strike', 'RemoveFormat'] },
-
 
1731
                    '/',
-
 
1732
                    { name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar'] },
-
 
1733
                    { name: 'styles', items: ['Styles', 'Format'] },
-
 
1734
                    { name: 'tools', items: ['Maximize'] }
-
 
1735
                ],
-
 
1736
                removePlugins: 'elementspath,Anchor',
-
 
1737
                heigth: 100
-
 
1738
        } );
-
 
1739
    </script>
-
 
Línea 1740... Línea 1739...
1740
 
1739
 
Línea 1741... Línea 1740...
1741
    <!-- End Template Sections-->
1740
    <!-- End Template Sections-->
1742
 
1741