Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2521 Rev 2522
Línea 197... Línea 197...
197
        debug: true,
197
        debug: true,
198
        onclick: false,
198
        onclick: false,
199
        onkeyup: false,
199
        onkeyup: false,
200
        ignore: [],
200
        ignore: [],
201
        rules: {
201
        rules: {
202
            'name': {
202
            'text': {
203
                required: true,
203
                required: true,
204
                maxlength: 64,
204
                maxlength: 64,
205
            },
205
            },
206
            'status': {
206
            'status': {
207
                required: false,
207
                required: false,
208
            },
208
            },
Línea 209... Línea 209...
209
 
209
 
210
        },
210
        },
211
        content: function(){
211
        content: function(form){
212
            return{
212
            return{
213
                $('[data-behavior-textarea]').map(
213
                $('[data-behavior-textarea]').map(
214
                    function (idx, td) {
214
                    function (idx, td) {
215
                        const uuid = $(td).data('behavior-textarea');
215
                        const uuid = $(td).data('behavior-textarea');