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 Hide the Search Panel in Detail Section of Master/Detail Page in Web Applications that Generated by PHPMaker 10
PHPMaker generates the Master/Detail view page by including the Search Panel in the detail section. Most of the time, I do not need the Search Panel is displayed in the Detail section. The reason for this is that it often confused the users since if they use the Search Panel to find records that do […]
Preventing Copying Records in the Web Applications that Generated by PHPMaker 10
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 Search Data based on the Select Option Change in the Web Applications that Generated by PHPMaker 10
This following trick will show you how we can search data in Advanced Search based on change event on the Combobox or Select Option element control. In other words, the search process will not be triggered by on click event that belongs to the submit button type, but triggered by on change event that belongs […]
The Powerful of RBAC (Role Based Access Control) and the Enhancement for PHPMaker
RBAC stands for Role Based Access Control. RBAC separates the concepts of Users, Roles, and Permissions. Roles and Permissions are defined separately. Then the security Administrator decides what role should be permitted to do what action, by assigning that role to the permission. Finally, Users are assigned to Roles. The system does the rest. For […]
How to Insert A New Link Near by Export Options in Web Applications that Generated by PHPMaker 10
This following trick will show you the powerful of PHPMaker 10 that allows you to insert a new link near by the Export Options. We will use Page_Render server event for this purpose. Just for your information, Page_Render existed since version 10. This trick is very useful if you want to insert your custom link […]
- « Previous Page
- 1
- …
- 10
- 11
- 12
- 13
- 14
- …
- 49
- Next Page »