Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14211 Rev 14212
Línea 1146... Línea 1146...
1146
                                        { name: 'styles', items: ['Styles', 'Format'] },
1146
                                        { name: 'styles', items: ['Styles', 'Format'] },
1147
                                        { name: 'tools', items: ['Maximize'] }
1147
                                        { name: 'tools', items: ['Maximize'] }
1148
                                    ],
1148
                                    ],
1149
                                    removePlugins: 'elementspath,Anchor',
1149
                                    removePlugins: 'elementspath,Anchor',
1150
                                    heigth: 100
1150
                                    heigth: 100
1151
                        });
1151
                        })
1152
                        CKEDITOR.instances['option-text'].setData('', function() {
1152
                        CKEDITOR.instances['option-text'].setData('', function() {
1153
                            editor.focus();
1153
                            editor.focus();
1154
                        });
1154
                        });
Línea 1155... Línea 1155...
1155
                       
1155
                       
Línea 1721... Línea 1721...
1721
                    <div class="modal-body">
1721
                    <div class="modal-body">
1722
                        <div class="form-group">
1722
                        <div class="form-group">
1723
                            <label for="option-text">LABEL_TEXT</label>
1723
                            <label for="option-text">LABEL_TEXT</label>
1724
                            <!--  ckeditor -->
1724
                            <!--  ckeditor -->
1725
                            <textarea name="option-text" id="option-text" rows="5" class="ckeditor form-control"></textarea>
1725
                            <textarea name="option-text" id="option-text" rows="5" class="ckeditor form-control"></textarea>
-
 
1726
                            <script>
-
 
1727
                                CKEDITOR.replace('question-text', {
-
 
1728
                                    toolbar: [{
-
 
1729
                                            name: 'editing',
-
 
1730
                                            items: ['Scayt']
-
 
1731
                                        },
-
 
1732
                                        {
-
 
1733
                                            name: 'links',
-
 
1734
                                            items: ['Link', 'Unlink']
-
 
1735
                                        },
-
 
1736
                                        {
-
 
1737
                                            name: 'paragraph',
-
 
1738
                                            items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote']
-
 
1739
                                        },
-
 
1740
                                        {
-
 
1741
                                            name: 'basicstyles',
-
 
1742
                                            items: ['Bold', 'Italic', 'Strike', 'RemoveFormat']
-
 
1743
                                        },
-
 
1744
                                        '/',
-
 
1745
                                        {
-
 
1746
                                            name: 'insert',
-
 
1747
                                            items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar']
-
 
1748
                                        },
-
 
1749
                                        {
-
 
1750
                                            name: 'styles',
-
 
1751
                                            items: ['Styles', 'Format']
-
 
1752
                                        },
-
 
1753
                                        {
-
 
1754
                                            name: 'tools',
-
 
1755
                                            items: ['Maximize']
-
 
1756
                                        }
-
 
1757
                                    ],
-
 
1758
                                    removePlugins: 'elementspath,Anchor',
-
 
1759
                                    heigth: 100
-
 
1760
                                });
-
 
1761
                            </script>
1726
                        </div>
1762
                        </div>
1727
                    </div>
1763
                    </div>
1728
                    <div class="modal-footer">
1764
                    <div class="modal-footer">
1729
                        <button type="submit" class="btn btn-primary">LABEL_SAVE</button>
1765
                        <button type="submit" class="btn btn-primary">LABEL_SAVE</button>
1730
                        <button type="button" class="btn btn-secondary" data-dismiss="modal">LABEL_CLOSE</button>
1766
                        <button type="button" class="btn btn-secondary" data-dismiss="modal">LABEL_CLOSE</button>