Wiki

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

Radio Button List with enum values for column of type ENUM >+> incorporate into giix

Updated 11 months ago by pckabeerHow-tos1 comment – viewed 6,306 times – ( +6 )
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 Radio Button List, which has the enum values as options. This is a rewrite of c@cba in the wiki article of enumDropdownListThe main code was contributed by zaccaria in the forum (see this post).

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

Updated 11 months ago by pckabeerHow-tos2 comments – viewed 12,542 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).

javascript + tabular input

Updated about a year ago by Maurizio DombaHow-tos3 comments – viewed 17,832 times – ( +11 )
If you tried this extension with success, maybe you thought how to do it without page submission or ajax calls.