Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5378 Rev 5432
Línea 303... Línea 303...
303
                            NProgress.done();
303
                            NProgress.done();
304
                        });
304
                        });
305
                    },
305
                    },
306
                });
306
                });
307
         */
307
         */
308
        $('body').on('click', 'button.btn-refresh', function(e) {
-
 
309
            e.preventDefault();
-
 
310
            gridTable.api().ajax.reload(null, false);
-
 
311
        });
-
 
Línea 312... Línea 308...
312
        
308
        
313
        $('#toggle-btn').bootstrapToggle();
309
        $('#toggle-btn').bootstrapToggle();
314
        $('#form #status').bootstrapToggle({'on' : 'LABEL_ACTIVE',  'off' : 'LABEL_INACTIVE', 'width' : '160px', 'height' : '40px'});
310
        $('#form #status').bootstrapToggle({'on' : 'LABEL_ACTIVE',  'off' : 'LABEL_INACTIVE', 'width' : '160px', 'height' : '40px'});
315
 
-
 
316
        $('#form #minimum_no_of_employee').inputNumberFormat({decimal : 0});
-
 
317
        $('#form #maximum_no_of_employee').inputNumberFormat({decimal : 0});
311
        
318
    });
312
    });
319
JS;
313
JS;
Línea 320... Línea 314...
320
$this->inlineScript()->captureEnd();
314
$this->inlineScript()->captureEnd();