style in getCombo() and getEditor()

I do so in:
getInput(‘name’).style.backgroundColor = ‘#D9FFD9’;

as I do the same in getCombo() and getEditor()?

thanks.

Resolved getEditor:
form.getEditor(‘name’).editor.contentWindow.document.body.style

Help me getCombo()?

Hello

combo.DOMlist.style.color='red';

Thanks :slight_smile:

You are welcome!

accurate:

getCombo('name').DOMelem_input.style.color = 'red';

Yes, i meant
var combo = myForm.getCombo(“myCombo”);
combo.DOMlist.style.color=‘red’;

input:

DOMelem_input

list result:

DOMlist

DOMlist changes only the list of results, but the input does not change.

DOMelem_input is otherwise

Thanks

Oh, sorry… Have mixed twice… :blush: