As we have already known, PHPMaker has the ability to generate the List pages that contain Search panel which has either collapsed or expanded as the initial state when the List pages are loaded. You have to choose one of those two conditions before generating the List pages. When you choose Initiate search panel as […]
How to Prevent Users Displaying All Records in List Pages of Websites that Generated by PHPMaker 9.0.4
Did you know when your users enter the keyword %%% (three percentage characters; assume you have limited the minimum characters for the search keyword as 3) in your Basic Search panel of List pages, then your web application will display all records that belongs to the table? Even you have prevented it by defining the […]
How to Prevent the Blank Keyword in Search Panel of Websites that Generated by PHPMaker 9.0.4
By default, PHPMaker will allow your users to input the blank keyword in Search Panel of the web application that generated by it, so the search results will return all records, even we have enabled the Requires Search Criteria from the Tables setup. For some conditions, we do not want to display all records and […]
How to Add jQuery slideDown and slideUp Effects into the Filter Panel in Websites that Created with PHP Report Maker 5.1
This time we are going to add jQuery slideDown and slideUp effects into Filter Panel in your report pages that generated by PHP Report Maker 5.1. As we know, up to PHP Report Maker version 5, by default, it has added the ability to collapse or expand the Filter Panel that located above the main […]
How to Add Our New Style into Theme of PHPMaker 9.0.1
The most powerful and flexible of PHPMaker is the ability to add our own new style into the Theme menu section of PHPMaker 9. For example, I recently always create the web application which has the outline border of the Main Area and the Search Panel, then instead of overriding the existing style, I can […]
How to Add jQuery slideDown and slideUp Effects into the Search Panel in Websites that Created with PHPMaker 9.0.1
The following customization will add jQuery slideDown and slideUp effects into your Search Panel of web application that generated with PHPMaker 9. Please note that you have to implement the related modification I made first before doing the following modification. Warning: You cannot implement the modification below before implementing the modification I mentioned earlier. So, […]