Changing layout Detailview

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
User avatar
RonP
Veteran Member
Posts: 219
Joined: 2013-08-27 13:36
Location: Heiloo, The Netherlands
Contact:

Changing layout Detailview

Post by RonP » 2022-06-21 15:19

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 1318 times

peebee
AppGini Super Hero
AppGini Super Hero
Posts: 352
Joined: 2013-03-21 04:37

Re: Changing layout Detailview

Post by peebee » 2022-06-22 06:04

Try this from @pböttcher. Works well.

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

User avatar
RonP
Veteran Member
Posts: 219
Joined: 2013-08-27 13:36
Location: Heiloo, The Netherlands
Contact:

Re: Changing layout Detailview

Post by RonP » 2022-06-25 08:27

Hi,
Thanks for answering.
However.....
I don't see any result
Ron
Attachments
Radiobuttons.JPG
Radiobuttons.JPG (33.75 KiB) Viewed 1233 times

xbox2007
Veteran Member
Posts: 129
Joined: 2016-12-16 16:49

Re: Changing layout Detailview

Post by xbox2007 » 2022-07-09 05:41

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');
})

User avatar
RonP
Veteran Member
Posts: 219
Joined: 2013-08-27 13:36
Location: Heiloo, The Netherlands
Contact:

Re: Changing layout Detailview

Post by RonP » 2022-07-09 12:53

Hi Xbox2007,
This will do for me, thank you so much :D

Post Reply