Page 2 of 2

Re: Responsive edit form idea

Posted: Tue Apr 12, 2022 6:40 am
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);

Re: Responsive edit form idea

Posted: Tue Apr 12, 2022 8:11 am
by kev1n
Its best to let the user decide which objects should be visible in responsive mode.

Re: Responsive edit form idea

Posted: Tue Apr 12, 2022 11:20 pm
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.