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 […]
How to Always Include YUI Buttons CSS in PHPMaker Project
I recently always use the Dialog Panel from YUI which uses the YUI Buttons in it. Each of them uses the separated CSS file. Unfortunately, PHPMaker only includes this YUI Button CSS file in the header of your generated web application, if and only if you are using the Send to Email feature. If you […]
How to Improve LoadProfileFromDatabase() and SaveProfileToDatabase() Functions in PHPMaker Template
For some unknown reasons, you might get error message when you are calling LoadProfileFromDatabase() and SaveProfileToDatabase() functions. These both functions are located in your generated phpfn9.php file. The following customization below will prevent that error message by improving some code in those both functions. We will customize the template file for this purpose, and not […]
How to Add an Empty Table in Detail Preview Row Tab of Websites that Generated by PHPMaker 9.0.3
If you are using the PreviewRow extension in order to display the detail preview row of the certain master record, you will find that if no detail records found for that master record, then the tab view will look so ugly, since there is no the outline border around of its area. You will only […]
How to Add Row/Record Number Column in Detail Preview Row of Websites that Generated by PHPMaker 9.0.3
After customizing the PHPMaker template files in order to display the record or row number in the List pages and also in the Exported List pages, then it’s time also for us to display the record number in detail preview row page. We are going to customize the extension file that related to the functionality […]
- 1
- 2
- 3
- …
- 11
- Next Page »