MasinoDetectChanges extension will add the ability in your web applications that generated by PHPMaker to detect the changes on form before user leaving the page. You can decide whether to activate this ability in List, Add, Edit, Search, and UserPriv pages.
You can adjust the settings from the generated configuration (ewcfg9.php) file. There are four new additional constants were added into the generated configuration file. They are useful to define in which page you will enable this ability.
If you want to enable it on the Add page, then adjust it becomes:
define("MS_DETECT_CHANGES_ON_ADD_FORM", TRUE, TRUE);
If you want to enable it on the Edit page, then adjust it becomes:
define("MS_DETECT_CHANGES_ON_EDIT_FORM", TRUE, TRUE);
If you want to enable it on the Search page, then adjust it becomes:
define("MS_DETECT_CHANGES_ON_SEARCH_FORM", TRUE, TRUE);
If you want to enable it on the List page, then adjust it becomes:
define("MS_DETECT_CHANGES_ON_LIST_FORM", TRUE, TRUE);
If you want to enable it on the UserPriv page (this is Bonus for you!), then adjust it becomes:
define("MS_DETECT_CHANGES_ON_USERPRIV_FORM", TRUE, TRUE);
Related Customization:
My customization that has been handled by MasinoDetectChanges extension is:
How to Detect Changes on Form Before Leaving the Page in Websites that Generated by PHPMaker 9.2.0
Warning:
- Please use this extension only for PHPMaker version 9.2.0. This extension may not be working properly in the older version of PHPMaker.
- Please do not use this extension with the modified PHPMaker 9.2.0 Template and Extension files. Use this extension only in PHPMaker 9.2.0 clean installation with the original template and extension. In other words, do not use MasinoDetectChanges extension together with the customized PHPMaker 9.2.0 Template and the customized PHPMaker 9.2.0 Extension files.
Download Link:
Leave a Reply
You must be logged in to post a comment.