- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
le 09-04-2012 06:28 AM
The only problem with disabling the list collector is that if there are more entries selected on the left than can be displayed on the right, you can't scoll to see them.
I'm looking for the list collector to be read only but to allow scrolling. I have this on other types of variables too. This script was originally written by SNC and I've edited it to add the list collector variable type. Unfortunately, it's only working in Firefox and not in IE which is my company standard. Anyone see what I'm doing wrong here?
if (((elmt.tagName.toLowerCase() == 'textarea' || elmt.tagName.toLowerCase() == 'input') && (elmt.type.toLowerCase() == 'text')) || (elmt.tagName.toLowerCase() == '.slushselectmtm')) {
elmt.readOnly = true;
}
I've tried slushselectmtm with the period and without it.
Would appreciate any ideas!