Rendering pages with aXes style 5250

Use this Forum to post your “How to …” questions about your use of aXes. This is not a technical support forum. Both the aXes Support Team at LANSA and other aXes customers may answer your questions. LANSA cannot guarantee the accuracy of any information posted by customers.

Moderator: jeanmichel

Post Reply
gbramati
Posts: 1
Joined: 12 Jan 2021, 17:56

Rendering pages with aXes style 5250

Post by gbramati »

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
Attachments
HTML TAG substitution.jpg
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

Post by tim mcentee »

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
Post Reply