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 ability in List, Add, Edit, Search, UserPriv, Login, Registration, Change Password, and Forgot Password pages.
You can adjust the settings from the generated configuration (ewcfg10.php) file. There are nine new additional constants were added into the generated configuration file. They are useful to define in which page you will enable this ability.
In addition, you can also change the default value of the constants from the Advanced Setting of MasinoDetectChanges10 extension as shown below:

Back to the generated configuration file, if you want to enable it on the Add page, then adjust the related constant becomes:
define("MS_DETECT_CHANGES_ON_ADD_FORM", TRUE, TRUE);
If you want to enable it on the Edit page, then adjust the related constant becomes:
define("MS_DETECT_CHANGES_ON_EDIT_FORM", TRUE, TRUE);
If you want to enable it on the Search page, then adjust the related constant becomes:
define("MS_DETECT_CHANGES_ON_SEARCH_FORM", TRUE, TRUE);
If you want to enable it on the List page, then adjust the related constant becomes:
define("MS_DETECT_CHANGES_ON_LIST_FORM", TRUE, TRUE);
If you want to enable it on the UserPriv page, then adjust the related constant becomes:
define("MS_DETECT_CHANGES_ON_USERPRIV_FORM", TRUE, TRUE);
If you want to enable it on the Login page, then adjust the related constant becomes:
define("MS_DETECT_CHANGES_ON_LOGIN_FORM", TRUE, TRUE);
If you want to enable it on the Registration page, then adjust the related constant becomes:
define("MS_DETECT_CHANGES_ON_REGISTRATION_FORM", TRUE, TRUE);
If you want to enable it on the Forgot Password page, then adjust the related constant becomes:
define("MS_DETECT_CHANGES_ON_FORGOTPASSWORD_FORM", TRUE, TRUE);
If you want to enable it on the Change Password page, then adjust the related constant becomes:
define("MS_DETECT_CHANGES_ON_CHANGEPASSWORD_FORM", TRUE, TRUE);
Warning:
- Please use this extension only for PHPMaker version 10.0.2. This extension may not be working properly in the older version of PHPMaker.
- Please do not use this extension with the modified PHPMaker 10.0.2 Template and Extension files. Use this extension only in PHPMaker 10.0.2 clean installation with the original template and extension. In other words, do not use MasinoDetectChanges extension together with the customized PHPMaker 10.0.2 Template and the customized PHPMaker 10.0.2 Extension files.
Download Link:
Leave a Reply
You must be logged in to post a comment.