Hi,
I have placed a numeric input field in the list in VL Web page. When the focus is set to this numeric input field, buttons to increase or decrease the numeric value are displayed.
Can I hide this buttons?
Thank you.
Best regards,
Rieko Saitoh
LANSA japan
VL-Web: How to hide the buttons to increase or decrease the numeric value (RESOLVED).
-
Rieko Saitoh
- Posts: 58
- Joined: Sat Apr 30, 2016 11:46 am
-
dannyoorburg
- Posts: 177
- Joined: Mon Jan 04, 2016 9:50 am
- Location: Australia
Re: VL-Web: How to hide the buttons to increase or decrease the numeric value.
Hi Rieko,
Try changing the class of the column from PRIM_LIST.Number into PRIM_LIST.String... it'll still be numeric if the source is numeric but now the visualisation is a normal edit box instead of a spin edit.
Danny
Try changing the class of the column from PRIM_LIST.Number into PRIM_LIST.String... it'll still be numeric if the source is numeric but now the visualisation is a normal edit box instead of a spin edit.
Danny
-
Rieko Saitoh
- Posts: 58
- Joined: Sat Apr 30, 2016 11:46 am
Re: VL-Web: How to hide the buttons to increase or decrease the numeric value.
Hi Danny,
I changed the column class, then the spin button no longer appears. I could achieved my goal. Thank you so much for your support!!
Best regards,
Rieko Saitoh
LANSA japan
I changed the column class, then the spin button no longer appears. I could achieved my goal. Thank you so much for your support!!
Best regards,
Rieko Saitoh
LANSA japan