J
|
Jane 2/19/2010 |
Hi, |
A
|
alandob author 2/19/2010 |
. |
A
|
alandob author 2/21/2010 |
I want to set the column width in the site setup not its use, so that every user has the same screen. Version 5.1 did this very well by expanding the columns within lists to the same width as the header - but version 5.2 compresses the columns to the minimum width possible. Can this be changed within settings as I don't want to use the "Resizable table columns" feature - just have the columns set to maximum width as per version 5.1 |
A
|
alandob author 2/24/2010 |
Hi, you can turn onResizable columns option on the Miscellaneoustab and then increase width of the main table on the Visual Editor tab.
|
A
|
alandob author 2/27/2010 |
Please can I have an update or reply reference this point, as I am using PHPRunner 5.1 at this moment and need to upgrade to 5.2, but with the list columns shown correctly. We need the columns to expand to the screen size as per 5.1 and not set to the minimum screen size as set in 5.2. I cannot change the screen size in visual editor. |
![]() |
vin7102 2/27/2010 |
Please can I have an update or reply reference this point, as I am using PHPRunner 5.1 at this moment and need to upgrade to 5.2, but with the list columns shown correctly. We need the columns to expand to the screen size as per 5.1 and not set to the minimum screen size as set in 5.2. I cannot change the screen size in visual editor.
|
A
|
alandob author 2/28/2010 |
Hi, you can turn onResizable columns option on the Miscellaneoustab and then increase width of the main table on the Visual Editor tab.
|
A
|
alandob author 2/28/2010 |
Alandob, Hi, I can probably help you out here, Which specific layout are you currently using? Vince
|
![]() |
vin7102 2/28/2010 |
Alandob, <table name="maintable" class="data" border="0" cellpadding=3 cellspacing=0>
<table name="maintable" class="data" border="0" cellpadding=3 cellspacing=0 width="100%">
|
A
|
alandob author 2/28/2010 |
Alandob, Ok, To make all of your list page tables fit to the page like 5.1 did, you will have to navigate to the following folder where PHPRunner is installed which is usually: Local disk C: >>> Program Files (or Program Files (x86) for 64 bit) >>> PHPRunner5.2 >>> templates >>> layouts >>> Madrid >>> list.htm Open this with any editor and find this line (its usually around line 4 or so): <table name="maintable" class="data" border="0" cellpadding=3 cellspacing=0>
<table name="maintable" class="data" border="0" cellpadding=3 cellspacing=0 width="100%">
|