Page 1 of 1
Non deletable subform (2)
Posted: Thu Feb 01, 2018 9:24 pm
by Fike
I made the following changes so that checkboxes won't appear on non-deletable subforms:
(Only the lines with comments were changed)
SF_DEL_00.png
SF_DEL_01.png
SF_DEL_02.png
I hope this time those changes work without any problem.
Kind regards
Re: Non deletable subform (2)
Posted: Sat Feb 03, 2018 12:13 am
by admin
Fike,
It nearly worked.
I had to do a few other things to make it work with Subforms that can't add and can't delete.
But I think it works now.
Please test it for me.
Steven
Re: Non deletable subform (2)
Posted: Sat Feb 03, 2018 8:21 pm
by Fike
Hi Steven,
It worked ok in Chrome but in Firefox checkboxes were still appearing at the left side of each subform row.
I added '.hide()' at the end of line 442 to hide the checkboxes in Firefox
SF_DEL_03.png
I hope this change does not affect any other behavior.
Kind regrads!
Re: Non deletable subform (2)
Posted: Sat Feb 03, 2018 8:54 pm
by admin
Fike,
Thanks for testing it on Firefox.
I made a slightly different change, but the fix is on Github.
Let me know if it works ok.
Steven
Re: Non deletable subform (2)
Posted: Sun Feb 04, 2018 4:39 am
by Fike
It's working great both on Firefox and Chrome !
Thank's a lot !
Re: Non deletable subform (2)
Posted: Sun Feb 04, 2018 9:42 am
by admin
.