This following trick will show you how we can search data in Advanced Search based on change event on the Combobox or Select Option element control. In other words, the search process will not be triggered by on click event that belongs to the submit button type, but triggered by on change event that belongs […]
The Safest Ways to Get Values from Any Field Types in Row_Rendered Server Events of PHPMaker 9.2.0
Row_Rendered is one of the famous Server Events in PHPMaker. This event will be called after rendering a record regardless the page that uses it. It is an extremely useful event for conditional formatting, you can do a lot of things with this event, such as changing font color, font styles, row background color, cell […]
How to Disable Select Box on the Edit Pages in Websites that Generated by PHPMaker 9.2.0
Another flexibility feature that I love from PHPMaker is the ability to disable the element on the form by using Server Events. You can decide to disable the certain elements on the form that suits your needs or based on your business process for the certain pages. In other words, you don’t need to modify […]
A Case Study: Hiding Certain Fields Based on the Selected Value in ComboBox in Add Pages of the Websites that Generated by PHPMaker 9.2.0
This following article will show you how to hide the certain fields based on the selected value in a ComboBox or Select Option control in Add pages of web applications that generated by PHPMaker. This is very useful if you want to hide the certain elements in the form of Add pages based on the […]
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 […]