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.
Post your ideas & suggestions for new nuBuilder features or other improvements
kev1n
nuBuilder Team
Posts: 4474 Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 75 times
Been thanked: 498 times
Contact:
Unread post
by kev1n » 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);
kev1n
nuBuilder Team
Posts: 4474 Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 75 times
Been thanked: 498 times
Contact:
Unread post
by kev1n » Tue Apr 12, 2022 8:11 am
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
Unread post
by nc07 » Tue Apr 12, 2022 11:20 pm
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.