Now we are going to add the box shadow in layout of websites that generated by PHPMaker. Please note that the following customization depends on the customization I created in this article: How to Make a Fixed Width Site Using PHPMaker version 9.0.1, so if you want to implement the following customization below, then you […]
How to Implement Multiple Themes in the Websites that Generated by PHPMaker 9.0.1
In this article I will show you how to turn your web applications that generated with PHPMaker 9 become support for using multiple themes. As we have already known, PHPMaker will generate your website which include a Cascading Style Sheet (.css) file in order to change the look of your website. Unfortunately, by default, you […]
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 Customize Pagination Style in Websites that Created With PHPMaker 9.0.1
PHPMaker generates your Pagination style (generally, in the page that displays the list of records or record view) based on the setting you chose from PHPMaker application; whether you want to use the drop down style, or link of number style. Unfortunately, you have to choose one of those two options. If you want to […]
How to Customize Search Panel Style in Websites that Created With PHPMaker 9.0.1
PHPMaker generates your pages that contain Search Panel using the standard style. In addition, that Search Panel status will always using one condition based on the setting we chose when we generate the script files using PHPMaker. If we want to use the default status whether collapsed or expanded, then we have to re-generate the […]
How to Customize Page Title Style in Websites that Created With PHPMaker 9.0.1
Now it’s time to customize the Page Title style in websites that generated with PHPMaker. Page Title that we are talking about here is the title of page content that located above the main table or main content in your generated pages. We are going to customize PHPMaker template file for this purpose, so we […]