As we have already known, the smaller the Javascript and CSS file size, the faster the web application is loaded. Therefore, that would be better if we compress the Javascript and CSS files that we used, especially those that have been generated by PHPMaker. Many Javascript and CSS compressor tools provided in Internet have the […]
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 […]
A Case Study: Inserting Calculator Javascript in Websites that Generated by PHPMaker 9.2.0
Sometimes, you want to display the calculator for your web application’s users in order to help them to calculate the certain value while adding or editing data. That would be better to show the calculator in the same page while they are working, so they don’t need to open any other calculator programme. This following […]
How to Disable or Enable Another Control Based On Click Radio Button Using jQuery in Websites that Generated with PHPMaker 8.0.3
This time I will show you how to disable or enable another control based on the Radio Button onClick event in websites that generated with PHPMaker. Again, we will use jQuery for this purpose. Fortunately, PHPMaker has given the id for each control that generated by it, so we can optimize this id for using […]