Column width, etc |
7/6/2020 10:12:30 PM |
PHPRunner General questions | |
A
asawyer13 authorDevClub member
I see in v10 where I can allow the user to move columns, add and remove columns, and change widths of columns on a list page. |
|
S
|
sthefaine 7/7/2020 |
Alan, |
A
|
asawyer13 authorDevClub member 7/7/2020 |
Alan, I believe you will find this if you go to PAGES and click Settings next to List Page and choose Application Settings Table.
|
![]() |
HJB 7/7/2020 |
In the Advanced grid mode, you can easily change the properties of labels, cells, and columns when you need to set specific formatting. If you don't change anything in advanced mode, the generated pages look the same as in the simple mode. |
A
|
asawyer13 authorDevClub member 7/7/2020 |
In the Advanced grid mode, you can easily change the properties of labels, cells, and columns when you need to set specific formatting. If you don't change anything in advanced mode, the generated pages look the same as in the simple mode. unquote excerpt ex https://xlinesoft.com/phprunner/docs/page_layout_grid_type.htm Though not exactly of what you are looking for, it could be a workaround. Say, if MODIFIED to needs under ADVANCED GRID, a BUTTON shall appear on top of the table to call the modified to needs tabled content.
|
![]() |
HJB 7/7/2020 |
All functionalities seen with PHPR v10.4 are ending up by page(s) generation, made by the PHPR owner to be uploaded then. The page designer (usually the admin) is fixing how the content is to look like or as wished to be seen by the users. What you are looking for is to lay off the admin oriented design capabilities into the hands of the user which is web technically NOT possible, simply because any new page design needs to get uploaded to become visible. Simply speaking, coming by a question rather than an answer. Would you (as admin) render FTP oriented upload details (server password and connection details) into the hands of a user to enable same to upload his own wished page design? Certainly NOT. |
A
|
asawyer13 authorDevClub member 7/7/2020 |
All functionalities seen with PHPR v10.4 are ending up by page(s) generation, made by the PHPR owner to be uploaded then. The page designer (usually the admin) is fixing how the content is to look like or as wished to be seen by the users. What you are looking for is to lay off the admin oriented design capabilities into the hands of the user which is web technically NOT possible, simply because any new page design needs to get uploaded to become visible. Simply speaking, coming by a question rather than based upload an answer. Would you (as admin) render FTP oriented upload details (server password and connection details) into the hands of a user to enable same to run his own wished design done and finally uploaded unto the server via FTP ? Certainly NOT.
|
W
|
WilliamBDevClub member 7/7/2020 |
That's not what I'm wanting to do.. Right now the user can at runtime, change the columns he/she see but showing or hiding, change the column widths, and change the column order. All I'm wanting to be able to do is save that information somehow and use it later restore it back to look the same for that user. I'm not wanting the user to do any changes in the design, other than what I described and that capability already exists in the generated application.
|
A
|
asawyer13 authorDevClub member 7/7/2020 |
The settings are saved to a DB table that you pick or allow PHPRunner to create for you. When you chose to turn this feature on the table is clearly displayed on that screen. Also the settings are saved and when that user goes to that list page their settings are displayed. Billy
|
A
|
asawyer13 authorDevClub member 7/7/2020 |
Billy, I sure didn't see the table name but I'll look again. That will get me very close to what I'm ultimately wanting. Do you think there is anyway that programmatically I can load and save the values instead of PHPRunner doing it automatically? The reason I am asking is that in a perfect world, I could allow to user to save the layouts by name, and then later retrieve and load them by name. That would be extremely powerful. Thanks Alan
|
A
|
asawyer13 authorDevClub member 7/7/2020 |
Maybe I can manipulate the data in the table to accomplish what I'm wanting to do. I will do more research once I check out the table. Alan
|
S
|
salus1DevClub member 7/7/2020 |
The List Page Settings dialog lets you create an application settings table so... |