PHPMaker generates the Master/Detail pages by including the *master.php file into the generated List page that belongs to the detail table. For example, the master table is orders, and the detail table is orderdetails and both tables have already been associated as Master/Detail in Table setup of PHPMaker. So, in the generated orderdetailslist.php file, you […]
A Case Study: Hiding Certain Fields Based on the Selected Value in ComboBox in Add Pages of the Websites that Generated by PHPMaker 9.2.0
This following article will show you how to hide the certain fields based on the selected value in a ComboBox or Select Option control in Add pages of web applications that generated by PHPMaker. This is very useful if you want to hide the certain elements in the form of Add pages based on the […]
A Case Study: Highlighting Master Record Based on the Last Master/Detail Visited Page in Websites that Generated by PHPMaker 9.2.0
Sometimes, users who have just visited the Master/Detail page of the certain record and back to its Master page, want to know which record in that Master page that he had just visited its detail page quickly. For example, by highlighting that related record in the Master page. This is very important for them so […]
How to Change the Separator Character for Export to CSV in Websites that Generated by PHPMaker 9.2.0
This following customization will show you how you can change the separator character for Export to CSV file in web applications that generated by PHPMaker. As we have already known, the default separator character that used by PHPMaker is a comma (,) character. In this following example, let’s say we will change it become the […]
How to Highlight the Selected Menu Item in Websites That Generated by PHPMaker 9.2.0
Now we are going to add the ability of highlighting the selected menu item in web applications that generated by PHPMaker. Actually the following trick below is similar to this topic in PHPMaker discussion forum. Unfortunately, that code will only work for the menu bar item which have sub-menu items beneath it. That code in […]
- « Previous Page
- 1
- …
- 20
- 21
- 22
- 23
- 24
- …
- 49
- Next Page »