Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Responsive edit form idea

Post your ideas & suggestions for new nuBuilder features or other improvements
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: Responsive edit form idea

Unread post by kev1n »

To fix the label, add after this line:

Code: Select all

$('#' + id + 'description').css({ 'top': t, 'left': l + w + bOh + 10 });
this:

Code: Select all

nuSetLabelText(id, $('#label_' + o[i].id).html(), true);
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: Responsive edit form idea

Unread post by kev1n »

Its best to let the user decide which objects should be visible in responsive mode.
nc07
Posts: 118
Joined: Tue Jun 04, 2019 4:05 am
Has thanked: 5 times
Been thanked: 22 times

Re: Responsive edit form idea

Unread post by nc07 »

kev1n wrote: Tue Apr 12, 2022 6:40 am To fix the label, add after this line:

Code: Select all

$('#' + id + 'description').css({ 'top': t, 'left': l + w + bOh + 10 });
this:

Code: Select all

nuSetLabelText(id, $('#label_' + o[i].id).html(), true);
Thanks, This has resolved the label issue. I agree the visibility of objects should be left to the users.
Post Reply