PHPMaker application generates your List Pages that contains the Search feature and the View link. The Search feature is useful for users if they want to search the certain information based on the data they entered. The View link is useful to display the detail of the selected related record your users click.
By default, PHPMaker does not separate those three features when generating your list pages. Sometimes, you want to separate those three permissions in order to give only the certain permission to the certain users. The question is: How can I separate the permissions for List/View/Search? Fortunately, PHPMaker has provided the ability to separate those three permissions. Just follow these steps:
- Open your PHPMaker project using your PHPMaker application.
- Click on the Tools -> Advanced Settings menu, until you see an Advanced Settings window appears.
- Make sure the Project group item has been expanded, and find the Separate permissions for List/View/Search item, afterwards, give a tick mark at the right column of that item.
- Click on OK button to save the changes, and re-generate your script files.
Hi!
I’m using PHPMaker2018 and I have this:
How can I align the title of a column? I know that the align property takes care of that, only that it does it with the data of the table and not with the title of the column.
Thanks
You may use jQuery code and put it in Startup Script section in order to manipulate the align of a column title.