I believe that almost all web application users want that when they fill out the application data into a form, then they can use the Enter key to move the cursor from one input field to the next input field quickly. As we know that by default, to switch from one Input Field to the […]
How to Make the Different Filter for List and Add/Edit Page in Websites that Created With PHPMaker 8.0.3
One of the great flexibilities in PHPMaker is the ability to define the different filter for the different pages. This filter is useful whenever you want to limit the records that you want to display. Sometimes you want to show all products in the list of CustomerOrders page, but in the other side, you only […]
How to Make the Flexibility Options for Export Records in Websites that Generated with PHPMaker 8.0.3
Another great feature in PHPMaker is the ability to define which records will be exported to the certain media/files. There are three options available that you can choose from PHP tab -> List/View Page Options (Global) sub-tab -> Export groupbox -> Export Type selection. The first option is All pages which means that records in […]
How to Disable or Enable Another Control Based On Click Radio Button Using jQuery in Websites that Generated with PHPMaker 8.0.3
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 […]
- « Previous Page
- 1
- …
- 40
- 41
- 42
- 43
- 44
- …
- 49
- Next Page »