Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2896 Rev 2897
Línea 177... Línea 177...
177
            }
177
            }
178
        }
178
        }
179
    };
179
    };
Línea 180... Línea 180...
180
 
180
 
181
    function getContent() {
181
    function getContent() {
182
        return $('[data-behavior-textarea]').map(
182
        return $('[data-competency-behavior]').map(
183
            function (idx, td) {
183
            function (idx, td) {
184
                const competencyUuid = $(td).data('competency-uuid');
184
                const competencyUuid = $(td).data('competency-uuid');
185
                const behaviorUuid = $(td).data('behavior-uuid');
185
                const behaviorUuid = $(td).data('behavior-uuid');
186
                const textarea = $(td).find('textarea');
186
                const textarea = $(td).find('textarea');
Línea 595... Línea 595...
595
                   <td class="text-left">
595
                   <td class="text-left">
596
                      {{:description}}
596
                      {{:description}}
597
                   </td>    
597
                   </td>    
598
                </tr>
598
                </tr>
599
                <tr>
599
                <tr>
600
                    <td colspan="2" data-competency-uuid="{{:competency_uuid}}" data-behavior-uuid="{{:uuid}}">
600
                    <td colspan="2" data-competency-behavior data-competency-uuid="{{:competency_uuid}}" data-behavior-uuid="{{:uuid}}">
601
                        <label for="textarea-{{:competency_uuid}}-{{:uuid}}">LABEL_COMMENT</label>
601
                        <label for="textarea-{{:competency_uuid}}-{{:uuid}}">LABEL_COMMENT</label>
Línea 602... Línea 602...
602
                        
602
                        
603
                        <textarea
603
                        <textarea
604
                            id="textarea-{{:competency_uuid}}-{{:uuid}}"
604
                            id="textarea-{{:competency_uuid}}-{{:uuid}}"