Password template in a grid
Hello,
I am looking for creating a password column in a grid. I've tried to set a input template and setting attribute password but no luck.
Has anybody an idea of placing passwords fields in a grid?
Failed simple examples:
var pas = new AW.Templates.Input;
// Type input also failed var pas = new AW.Input;
pas.getContent('box/text').setAttribute('type', 'password');
// Set template in column 3 of a grid
grid.setCellTemplate(pas,3);
Thanks in advance.
I am looking for creating a password column in a grid. I've tried to set a input template and setting attribute password but no luck.
Has anybody an idea of placing passwords fields in a grid?
Failed simple examples:
var pas = new AW.Templates.Input;
// Type input also failed var pas = new AW.Input;
pas.getContent('box/text').setAttribute('type', 'password');
// Set template in column 3 of a grid
grid.setCellTemplate(pas,3);
Thanks in advance.
Marc
November 12,