Wiki

Articles tagged with "activedropdownlist", sorted by date (updated)X
Displaying 1-1 of 1 result(s).

Drop down list with enum values for column of type ENUM >+> incorporate into giix

Updated 12 months ago by pckabeerHow-tos2 comments – viewed 12,670 times – ( +11 )
Let's say our table 'mug' has a column named 'color' of the type ENUM('red','green','blue'). We want to replace the textfield for the attribute color in the create and update forms of a 'mug' with a drop down list, which has the enum values as options. The main code was contributed by zaccaria in the forum (see this post).