Search found 6 matches
- 2023-01-27 20:20
- Forum: bizzworxx AppGini Helper JavaScript Library
- Topic: Hide Field w/Condition
- Replies: 12
- Views: 6235
Re: Hide Field w/Condition
I solved it with outside help! var1: "work" (radio buttons: "yes" or "not") var 2: "type" Condition: If "yes" in the button selection of "work" var then show "type" var else hide "type" var. code: new AppGiniFields(["type"]).hide(); function onReady() { new AppGiniField("onworkChanged").onChange(onw...
- 2022-12-15 18:44
- Forum: bizzworxx AppGini Helper JavaScript Library
- Topic: Hide Field w/Condition
- Replies: 12
- Views: 6235
Re: Hide Field w/Condition
Hello all, So I have my four radio buttons - "None", "Airline", 'Rental Car", Personal Car" I have several fields the hide or show based on the button selection based on the following in my JS file. new AppGiniDetailView().ready(onReady); function onReady() { new AppGiniField("Travel_Means").onChan...
- 2022-05-30 20:15
- Forum: Advanced Customizations > Hooks
- Topic: button to increment a numeric field
- Replies: 2
- Views: 443
Re: button to increment a numeric field
HI, I have a form where I record the activities done with patients in a month. So for example if they do 1 interview they add 1 to the interview field. This way would be the fastest way because the operators use mobile phones and activating the keypad or dropdown is not optimal. After seeing 1 patie...
- 2022-05-27 16:05
- Forum: Advanced Customizations > Hooks
- Topic: button to increment a numeric field
- Replies: 2
- Views: 443
button to increment a numeric field
good morning everyone. How Is it possible to insert a button next to a numeric field to increment the value of the field by 1 For example, i have to setting the number of persons renting a room: tablename: room. field: id n_person. I would like a button next to the field 'n_person' which adds 1 to t...
- 2022-05-27 13:59
- Forum: bizzworxx AppGini Helper JavaScript Library
- Topic: Problem with group fileds in panels.
- Replies: 2
- Views: 723
Re: Problem with group fileds in panels.
Hello Jan,
appgini 22.13 and appgini helper 2021/07.
Thanks.
Sergio
appgini 22.13 and appgini helper 2021/07.
Thanks.
Sergio
- 2022-05-27 09:52
- Forum: bizzworxx AppGini Helper JavaScript Library
- Topic: Problem with group fileds in panels.
- Replies: 2
- Views: 723
Problem with group fileds in panels.
Hello. I alI have always used the function of groups and columns but with the latest versions it no longer works. If I enter the code also everything after that no longer works. I'd like also to use groups without the collapsible function (always open). Is there a way or other function with same tit...