As we have already known, PHPMaker has the ability by default to convert the ENUM field type (MySQL Database) becomes CheckBox element in the Add/Edit Form. Since the ENUM field type has the option values in it, then PHPMaker will add the bracket ([]) characters in the end of name and id property of the […]
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 […]
A Case Study: Highlighting Master Record Based on the Last Master/Detail Visited Page in Websites that Generated by PHPMaker 9.2.0
Sometimes, users who have just visited the Master/Detail page of the certain record and back to its Master page, want to know which record in that Master page that he had just visited its detail page quickly. For example, by highlighting that related record in the Master page. This is very important for them so […]
How to Highlight the Selected Menu Item in Websites That Generated by PHPMaker 9.2.0
Now we are going to add the ability of highlighting the selected menu item in web applications that generated by PHPMaker. Actually the following trick below is similar to this topic in PHPMaker discussion forum. Unfortunately, that code will only work for the menu bar item which have sub-menu items beneath it. That code in […]
Implementing autoNumeric jQuery Plugin in Websites that Generated by PHPMaker 9.2.0
This is the first time ever I used the autoNumeric jQuery plugin. It is one of the best jQuery plugins for formatting the numeric value based on the specific format. This plugin is also very useful if you want to auto-format the number while your web application users are entering the value on the textbox. […]
- 1
- 2
- 3
- 4
- Next Page »