PHPMaker has the great feature to generate the Confirm page before user save the record into the database. This Confirm option is located under Table setup for Add, Edit, and Multi-Update pages. By using this option, then PHPMaker can generate the Confirm page for that pages and we can enable this feature only for the […]
How to Make Submit Button Which Will be Disabled on Click Event in Web Applications that Generated by PHPMaker 10.0.2
Since PHPMaker 10, now we are able to add the ability of disabling Submit button on click event easily and quickly. This is very useful if you want to create a custom form which contains a submit button, and after user clicked the button, then it will be disabled so that will prevent double-click or […]
MasinoDetectChanges10, Detecting the Changes on Form in Web Applications that Generated by PHPMaker 10
MasinoDetectChanges10 extension will add the ability in your web applications that generated by PHPMaker 10 to detect the changes on the Form before user leaving the page. This is very useful to remind users if they want to leave the current Form but forgot to save the changes. You can decide whether to activate this […]
Incorporating Alertify Code into Javascript Template Files of PHPMaker 10.0.1
This following customization will show you how to implement Alertify Code into Javascript Template Files that used by PHPMaker 10.0.1. There are some files that need to be modified so that we can use the Alert and Confirmation Dialog Box code from Alertify properly. In other words, we will not use the built-in alert and […]
Step by Step How to Implement Alertify Javascript in Web Applications that Generated by PHPMaker 10
Alertify is the JavaScript Alert/Notification System. It is created since browser dialogs never looked so good. Indeed, as we can see that the browser dialogs are not good. Time to change them now! There are several advantages that you will get if you use Alertify. First, it is customizable look and feel. If you can […]
How to Change the Date Format of Calendar in Web Applications that Generated by PHPMaker 10.0.1
This is my first article that will inform you about the changes or anything regarding PHPMaker version 10. Yeah, there are lots of changes in version 10, and one of them is how easily we can change the Date format only for the certain Date or DateTime field in the specific table. I just found […]