As we have already known, PHPMaker will generate the List page that contains Search Panel which has the ability to automatically expand its panel when the search criteria has been entered by users, or even has been defined from PHPMaker side. In other words, this Search Panel can be collapsed when the List page is […]
How to Hide the Search Panel in Detail Section of Master/Detail Page in Web Applications that Generated by PHPMaker 10
PHPMaker generates the Master/Detail view page by including the Search Panel in the detail section. Most of the time, I do not need the Search Panel is displayed in the Detail section. The reason for this is that it often confused the users since if they use the Search Panel to find records that do […]
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 Make Right-Align Columns for Aggregate Functions in Websites that Generated by PHPMaker 9.2.0
PHPMaker has the ability to display the aggregate functions such as SUM, COUNT, and AVERAGE at the bottom or the footer of the main table in the List pages. Unfortunately, the alignment of the columns are using “left-align” instead of “right-align”. Since those aggregate columns are for displaying the total information in number, then it […]