How Can I make the Box of Fields Wider in Detail View Page?

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
mohamed
Veteran Member
Posts: 80
Joined: 2020-04-19 16:18

How Can I make the Box of Fields Wider in Detail View Page?

Post by mohamed » 2021-10-02 13:42

Hello,

I have managed to created a customized Detail View page, but the problem the box is not wide enough to list all fields horizontally.

Is there a way to make the box "dynamic" or bigger, e.g., page wide ?!


Thank you ...
Attachments
Detail View - Enlarge Fields Box.JPG
Detail View - Enlarge Fields Box.JPG (75.3 KiB) Viewed 1624 times
THANK YOU...
AppGini Pro 24.11 -
Calendar - Search Page Maker - Summary Reports - Mass Update - DataTalk -
bizzworxx AppGini Helper JabaScript Library - bizzworxx Inline Detail-View - bizzworxx Helper Pack - AppGini Helper Packaging Tool -
Udemy course

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: How Can I make the Box of Fields Wider in Detail View Page?

Post by pbottcher » 2021-10-02 16:19

Hi,

maybe this helps:

viewtopic.php?t=3030
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

mohamed
Veteran Member
Posts: 80
Joined: 2020-04-19 16:18

Re: How Can I make the Box of Fields Wider in Detail View Page?

Post by mohamed » 2021-10-04 15:44

Hi pböttcher,

Thank you but it did not work for me :(
THANK YOU...
AppGini Pro 24.11 -
Calendar - Search Page Maker - Summary Reports - Mass Update - DataTalk -
bizzworxx AppGini Helper JabaScript Library - bizzworxx Inline Detail-View - bizzworxx Helper Pack - AppGini Helper Packaging Tool -
Udemy course

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: How Can I make the Box of Fields Wider in Detail View Page?

Post by pbottcher » 2021-10-04 17:52

Hi,
then it would be helpful to see how you page looks like. Which classes are you using for the box?
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: How Can I make the Box of Fields Wider in Detail View Page?

Post by jsetzer » 2021-10-04 22:10

Code: Select all

<script>
$j(document).ready(function(){
  $j('.container').toggleClass('.container .container-fluid');
});
</script>
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

Post Reply