PMCORE-3812:Ada compliant in Extjs
Code Style gulliver dialog CR Corrections CR 2
This commit is contained in:
@@ -2784,8 +2784,17 @@ Ext.onReady ( function() {
|
||||
}
|
||||
});
|
||||
// Add the additional 'advanced' VTypes -- [End]
|
||||
|
||||
|
||||
var i;
|
||||
if (document.getElementsByTagName('input')) {
|
||||
for (i = 0; i < document.getElementsByTagName('input').length; i+= 1) {
|
||||
document.getElementsByTagName('input')[i].ariaLabel = document.getElementsByTagName('input')[i].id;
|
||||
}
|
||||
}
|
||||
if (document.getElementsByTagName('button')) {
|
||||
for (i = 0; i < document.getElementsByTagName('button').length; i+= 1) {
|
||||
document.getElementsByTagName('button')[i].ariaLabel = document.getElementsByTagName('button')[i].id;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
function msgBox(title, msg, type){
|
||||
|
||||
Reference in New Issue
Block a user