PMCORE-3812:Ada compliant in Extjs

Code Style

gulliver

dialog

CR

Corrections

CR 2
This commit is contained in:
Fabio Guachalla
2022-05-13 12:43:49 -04:00
parent 6130065eac
commit b507788b33
14 changed files with 293 additions and 58 deletions

View File

@@ -89,11 +89,18 @@
);
Ext.onReady(function(){
var i;
Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
Ext.QuickTips.init();
historyGridList();
if (document.getElementsByTagName('input')) {
document.getElementsByTagName('input')[0].ariaLabel = "pagination";
}
if (document.getElementsByTagName('button')) {
for (i = 0; i < document.getElementsByTagName('button').length; i+= 1) {
document.getElementsByTagName('button')[i].ariaLabel = document.getElementsByTagName('button')[i].getAttribute('id');
}
}
});
//!historyGridList|