We have modified some tags using "application" rules level but we could not manage to change the field with focus because we can not intercept the focused element.
Can anyone give us a suggestion about the HTML Element to change ?
Here is an example of what we have done
Rendering pages with aXes style 5250
Moderator: jeanmichel
Rendering pages with aXes style 5250
- Attachments
-
- HTML TAG substitution.jpg (34.1 KiB) Viewed 6281 times
-
tim mcentee
- Posts: 40
- Joined: 26 Jul 2017, 13:20
Re: Rendering pages with aXes style 5250
Hi
Try creating a second entry with :focus on the end
#terminalContent .ax-terminal-inputField:not(.mdc-text-field__input):focus
You can then manipulate the CSS. Border might be a bit difficult, it seems to default to black 1px solid.
Tim
Try creating a second entry with :focus on the end
#terminalContent .ax-terminal-inputField:not(.mdc-text-field__input):focus
You can then manipulate the CSS. Border might be a bit difficult, it seems to default to black 1px solid.
Tim