T
|
thamestrader 12/11/2017 |
You may need to do this in two events, this works for me, caveat - its v9.6 and not Bootstrap: |
A
|
a4.mail@mail.ru author 12/13/2017 |
You may need to do this in two events, this works for me, caveat - its v9.6 and not Bootstrap: In the before add or edit event - to store uppercase in the database. $values["NumData"] = strtoupper($values['NumData']); var ctrl = Runner.getControl(pageid, 'NumData'); ctrl.addStyle('text-transform: uppercase;'); [font="Century Gothic"]The above code is copied directly from one of my pages.
|