Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Non deletable subform (2)

Questions related to using nuBuilder Forte.
Locked
Fike
Posts: 79
Joined: Thu Oct 20, 2011 9:13 pm

Non deletable subform (2)

Unread post 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
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: Non deletable subform (2)

Unread post 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
Fike
Posts: 79
Joined: Thu Oct 20, 2011 9:13 pm

Re: Non deletable subform (2)

Unread post 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!
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: Non deletable subform (2)

Unread post 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
Fike
Posts: 79
Joined: Thu Oct 20, 2011 9:13 pm

Re: Non deletable subform (2)

Unread post by Fike »

It's working great both on Firefox and Chrome !

Thank's a lot !
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: Non deletable subform (2)

Unread post by admin »

.
Locked