Krang::ElementClass::ListGroup - list group element class
$class = pkg('ElementClass::ListGroup')->new( name => "cars",
size => 5,
list_group => 'Make/Model/Year',
);
Provides a pre-populated set of parametric HTML selectboxes based of the contents of a specified Krang::ListGroup.
Elements using this class must contain references to arrays in data(), even if multiple is 0.
All the normal Krang::ElementClass attributes are available, plus:
size greater than 1
if you set multiple to true.
Krang::ListGroup, Krang::List, Krang::ListItem, The Krang Element System