As we have already known, PHPMaker has the ability by default to convert the ENUM field type (MySQL Database) becomes CheckBox element in the Add/Edit Form. Since the ENUM field type has the option values in it, then PHPMaker will add the bracket ([]) characters in the end of name and id property of the […]
How to Display the Confirmation Popup Message After Validation Form in the Web Applications that Generated by PHPMaker 10.0.4
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 […]
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 […]
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 […]
MasinoDetectChanges, Extension for Detecting the Changes on Form of Websites that Generated by PHPMaker 9.2.0
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 […]
How to Disable Select Box on the Edit Pages in Websites that Generated by PHPMaker 9.2.0
Another flexibility feature that I love from PHPMaker is the ability to disable the element on the form by using Server Events. You can decide to disable the certain elements on the form that suits your needs or based on your business process for the certain pages. In other words, you don’t need to modify […]