This following trick will show you how we can hide a Tab based on the certain criteria on the Edit page of web applications that generated by PHPMaker 10. We will write a litte of jQuery code in the Client Scripts section of PHPMaker. In other words, we will not customize the template nor the […]
How to Combine Current User ID and Current User Name into User Column in Audit Trail of Websites that Generated with PHPMaker 9.0.1
PHPMaker has the ability to generate Audit Trail in order to log users activities in your web applications, either using log file or database. I recently using database instead of log file for implementing Audit Trail in most web applications I created. Unfortunately, PHPMaker does not log both CurrentUserID and CurrentUserName values in User column […]
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 […]