The columns of the browse screen look too much stretched on my wide screen. Even if I set 200 width for the first column, it is shown more than twice as wide!
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.
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.
browse columns too wide
-
- Posts: 79
- Joined: Thu Nov 01, 2018 6:01 am
browse columns too wide
You do not have the required permissions to view the files attached to this post.
Re: browse columns too wide
ARWEN,
You can use this... https://wiki.nubuilder.cloud/ ... wserResize
You could also add an empty column on the end which will bunch up the other columns closer together.
Steven
You can use this... https://wiki.nubuilder.cloud/ ... wserResize
You could also add an empty column on the end which will bunch up the other columns closer together.
Steven
-
- Posts: 79
- Joined: Thu Nov 01, 2018 6:01 am
Re: browse columns too wide
Thanks! However, my screenshot above shows the users browse form. I don't see a possibility to modify that form (or any other form that I didn't create)
I also tried adding nuStopBrowserResize in the header but without success.
Thanks for you support.
I also tried adding nuStopBrowserResize in the header but without success.
Thanks for you support.
-
- nuBuilder Team
- Posts: 4565
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 529 times
- Contact:
Re: browse columns too wide
If you want to completely disable nuResizeBrowseColumns(), you may use this:
https://forums.nubuilder.cloud/viewtopic. ... ize#p19680
and in v 4.5.:
Set this option to false in nuconfig.php:
https://forums.nubuilder.cloud/viewtopic. ... ize#p19680
and in v 4.5.:
Set this option to false in nuconfig.php:
Code: Select all
nuUXOptions['nuAutosizeBrowseColumns'] = false; // Autosize columns to fit the document width