HTML Select Element Class
Package:
Summary:
Generate HTML select elements from value arrays
Groups:
Author:
Description:
This class can be used to generate HTML select elements from value arrays.
It can take an array of values and generate HTML to define form select inputs in several ways.
Currently it can generate simple select inputs from associative arrays, multiple select inputs, select inputs with nested option group sub-menus from multi-dimensional arrays, select with number options, etc..
It can take an array of values and generate HTML to define form select inputs in several ways.
Currently it can generate simple select inputs from associative arrays, multiple select inputs, select inputs with nested option group sub-menus from multi-dimensional arrays, select with number options, etc..
Comments are closed.