I made the following changes so that checkboxes won't appear on non-deletable subforms:
(Only the lines with comments were changed)
I hope this time those changes work without any problem.
Kind regards
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Non deletable subform (2)
-
- Posts: 79
- Joined: Thu Oct 20, 2011 9:13 pm
Non deletable subform (2)
You do not have the required permissions to view the files attached to this post.
Re: Non deletable subform (2)
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
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
-
- Posts: 79
- Joined: Thu Oct 20, 2011 9:13 pm
Re: Non deletable subform (2)
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
I hope this change does not affect any other behavior.
Kind regrads!
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
I hope this change does not affect any other behavior.
Kind regrads!
You do not have the required permissions to view the files attached to this post.
Re: Non deletable subform (2)
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
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
-
- Posts: 79
- Joined: Thu Oct 20, 2011 9:13 pm