Browse Source

Click sur l'input tags d'un formulaire de modification d'élement chargé en ajax: formDefault remis.

bastien 13 years ago
parent
commit
2acff51c34
1 changed files with 2 additions and 0 deletions
  1. 2 0
      web/bundles/muzichcore/js/muzich.js

+ 2 - 0
web/bundles/muzichcore/js/muzich.js View File

572
       
572
       
573
       // On prépare le tagBox
573
       // On prépare le tagBox
574
       li.html(response.html);
574
       li.html(response.html);
575
+      // Pour le click sur l'input de saisie de tag
576
+      li.find('ul.tagbox li.input input[type="text"]').formDefaults();
575
      
577
      
576
       var options = new Array();
578
       var options = new Array();
577
       options.form_name  = response.form_name;
579
       options.form_name  = response.form_name;