This commit is contained in:
Paula Quispe
2019-03-26 10:59:00 -04:00
parent 20975941d4
commit 2f898bedf3
5 changed files with 77 additions and 32 deletions

View File

@@ -44,7 +44,8 @@ Ext.onReady(function(){
}
}
metadata.attr = 'ext:qtip="' + data + '" style="'+ style +' white-space: normal; "';
return data;
return PMExt.escapeHtml(data);
};
var dateFrom = new Ext.form.DateField({