B4J Question [ABMaterial] How to hide the updown button of ABMInput !?

jinyistudio

Well-Known Member
Licensed User
Longtime User
Hi

I have two NUMBER of ABMInput. Could i hide their updown button !?
 

jinyistudio

Well-Known Member
Licensed User
Longtime User
Hi
I dont' know how to setting inputmask !? Could you give me sample for only allowing numbers !
 
Upvote 0

alwaysbusy

Expert
Licensed User
Longtime User
See the demo app and check out http://robinherbots.github.io/jquery.inputmask/ for more info how to build your masks

e.g.
B4X:
Dim InputNumber As ABMInput
InputNumber.Initialize(page, "InputNumber" & ID, ABM.INPUT_TEXT, InputTitle, False, "")
InputNumber.Validate = False
InputNumber.Align = ABM.TEXTALIGN_RIGHT
InputNumber.InputMask = "'alias':'decimal', 'digits': 2"
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…