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 […]
How to Disable Submit Button After Clicked with jQuery in Websites Generated with PHPMaker 8.0.3
In order to prevent the double submission in a form, then we should disable the submit button once it has been clicked by the users. Everyone agrees about that, right? So, we have to handle this situation in the pages that contains form and the submit button. Fortunately, most of the buttons that generated by […]
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 […]
How to Check Some Records before Executing Multiple Delete in Websites that Generated with PHPMaker 8.0.3
If you enable the Multiple delete setting in PHPMaker, then the generated list pages will allow you to execute multiple delete (deleting more than one record at once) from the list page of your web application that generated by PHPMaker. This is really really helpful to delete many records by clicking the Delete button only […]
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) […]
How to Display the Empty Table in the “No Records Found” Pages in Websites that Generated by PHPMaker 8.0.3
As we know, PHPMaker only displays the message “No records found” without including an empty table that associated with the data and the related fields. Sometimes, you want to display an empty table including the fields or columns name of the table in the page that contains that message (even there is no record in […]
- « Previous Page
- 1
- 2
- 3
- 4
- 5
- …
- 9
- Next Page »