This time I will show you how to disable or enable another control based on the Radio Button onClick event in websites that generated with PHPMaker. Again, we will use jQuery for this purpose. Fortunately, PHPMaker has given the id for each control that generated by it, so we can optimize this id for using [...]
Read more…How to Manage the Transaction Code in Websites that Generated with PHPMaker 8.0.3
The following article will show you how to manage the transaction code at the websites that generated by PHPMaker by calling the certain function from the related field. The transaction number will automatically be increased by your web application only for the year of that code. When the current year is greater than the year [...]
Read more…How to Hide “Please Select” in the Select Option in Websites that Created with PHPMaker 8.0.3
As we have already known, by default, PHPMaker will add an item into the Select Option (ComboBox) which has a default value of “” (blank string) and a default label value of “Please Select”. This following trick will show you how you can hide or replace that “Please Select” option from the Select Option (ComboBox) [...]
Read more…How to Add Multi Themes Feature in the Websites That Generated by PHPMaker 8.0.3
This following customization will turn your websites that generated with PHPMaker become support for using multiple themes. As we know, PHPMaker will generate your website which include a Custom Style Sheet (.css) file in order to change the look of your website. Unfortunately, by default, you can only use one generated .css file. If you [...]
Read more…How to Save The Last Users’ Visitted Page in Websites That Created with PHPMaker 8.0.3
This time we will customize the PHPMaker template in order to save the last users’ visitted page. In other words, when your user is visitting the certain page in your web application, system will save that last visitted page which he/she has just visitted into your users table. This is very important, since we can [...]
Read more…How to Make IsAdmin Function for the Menu Access Checking
As we have known, IsLoggedIn is a function to check whether users have logged in to your web application that generated with PHPMaker or not. This IsLoggedIn function is often being used to determine which menus can only be accessed by the logged in users. Sometimes, you want also to display the certain menu only [...]
Read more…
Recent Comments