PHPMaker will generate a Copy inline-link when we enable Add permission action. Sometimes we do not want to allow users to copy the existing record for some reasons. Just like the similar trick how to prevent copying records in PHPMaker 9, this following trick below will show you how we can do the same purpose […]
How to Prevent “Copy” Action in Websites that Generated by PHPMaker 9.0.4
As we have already known, PHPMaker by default will generate a “Copy” icon/inline-link/text-link in order to add a new record by copying the existing record; either from List or View page. User then will be able to quickly add a new record without having to type all the values for all fields. Let system copies […]
How to Change Vertical-Align of CheckBox Item, View, Edit, and Copy Links from Middle to Top on List Page in Websites that Created with PHPMaker 8.0.3
PHPMaker by default will use the value of middle for vertical-align for the following: checkbox item, view link, edit link, and copy link, and also the current value of the other fields in the same/related row of the table in the list page of your generated web application. I think this is normal if most […]