Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9004 Rev 9006
Línea 1589... Línea 1589...
1589
                    <div class="modal-body">
1589
                    <div class="modal-body">
1590
                        <div class="form-group">
1590
                        <div class="form-group">
1591
                            <label for="question-text">LABEL_TEXT</label>
1591
                            <label for="question-text">LABEL_TEXT</label>
1592
                            <!--  ckeditor -->
1592
                            <!--  ckeditor -->
1593
                            <textarea  name="question-text" id="question-text" rows="5" class="ckeditor form-control"></textarea>
1593
                            <textarea  name="question-text" id="question-text" rows="5" class="ckeditor form-control"></textarea>
-
 
1594
                            <script>
-
 
1595
                                CKEDITOR.replace('question-text', {
-
 
1596
                                    toolbar: [
-
 
1597
                                                { name: 'editing', items: ['Scayt'] },
-
 
1598
                                                { name: 'links', items: ['Link', 'Unlink'] },
-
 
1599
                                                { name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'] },
-
 
1600
                                                { name: 'basicstyles', items: ['Bold', 'Italic', 'Strike', 'RemoveFormat'] },
-
 
1601
                                                '/',
-
 
1602
                                                { name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar'] },
-
 
1603
                                                { name: 'styles', items: ['Styles', 'Format'] },
-
 
1604
                                                { name: 'tools', items: ['Maximize'] }
-
 
1605
                                            ],
-
 
1606
                                            removePlugins: 'elementspath,Anchor',
-
 
1607
                                            heigth: 100
-
 
1608
                                });
-
 
1609
                            </script>
1594
                        </div>
1610
                        </div>
1595
                        <div class="form-group">
1611
                        <div class="form-group">
1596
                            <label for="question-type">LABEL_TYPE</label>
1612
                            <label for="question-type">LABEL_TYPE</label>
1597
                            <select name="question-type" id="question-type" class="form-control">
1613
                            <select name="question-type" id="question-type" class="form-control">
1598
                                <option value="open">LABEL_OPEN</option>
1614
                                <option value="open">LABEL_OPEN</option>