Subfile Header not formatted by autogui
Moderator: jeanmichel
-
nic.hall@lansa.com
- Posts: 11
- Joined: 15 Sep 2018, 05:26
Subfile Header not formatted by autogui
Subfile header fields are defined in DDS as DSPATR(UL) but the underline is missing from some fields in aXes. The ones that are not underlined are missing the ax_x24o class attribute. Any ideas?
- Attachments
-
- html.png (18.4 KiB) Viewed 10287 times
-
- axesscreen.png (5.12 KiB) Viewed 10287 times
-
- ul.png (2.13 KiB) Viewed 10287 times
-
tim mcentee
- Posts: 40
- Joined: 26 Jul 2017, 13:20
Re: Subfile Header not formatted by autogui
Hi Nic
You can create an application style that uses CSS selection rather than the X attribute drop down
Style for HTML Element
HTML Tag: div.ax-terminal-field.x24 span
Style: do your underline
for5250Attributes: leave blank
Tim
You can create an application style that uses CSS selection rather than the X attribute drop down
Style for HTML Element
HTML Tag: div.ax-terminal-field.x24 span
Style: do your underline
for5250Attributes: leave blank
Tim
-
nic.hall@lansa.com
- Posts: 11
- Joined: 15 Sep 2018, 05:26
Re: Subfile Header not formatted by autogui
Thank you Tim