Page 1 of 1

Changing layout Detailview

Posted: 2022-06-21 15:19
by RonP
Hi,
Is it possible to have the layout Detail_view changed?
I use some Look-up fields, shown as radio buttons. Theycome right one line after the other.
It should be nice to have them beside each other (saves scrolling)
(However.... is this still "responsive ?)
Ron
Detail-view-layout.JPG
Detail-view-layout.JPG (49.5 KiB) Viewed 2920 times

Re: Changing layout Detailview

Posted: 2022-06-22 06:04
by peebee
Try this from @pböttcher. Works well.

viewtopic.php?f=6&t=4200&p=16573&hilit= ... ons#p18903

Re: Changing layout Detailview

Posted: 2022-06-25 08:27
by RonP
Hi,
Thanks for answering.
However.....
I don't see any result
Ron

Re: Changing layout Detailview

Posted: 2022-07-09 05:41
by xbox2007
can you check his

viewtopic.php?f=8&t=4577

please add this code also in table-dv.js


$j(function() {
$j('[type="radio"').parent().find('br').remove();
$j('label[for*=radio]').css('min-width','100px');
})

Re: Changing layout Detailview

Posted: 2022-07-09 12:53
by RonP
Hi Xbox2007,
This will do for me, thank you so much :D