I want to have a select box in a basic module in Admin.
I want to have a select box in a basic module in Admin. Is it possible to create one by creating a data type called SET in Mysql database? I am using FUEL version 0.9.3. If not how can I achieve that? Please reply.
Comments
... $fields['my_field']['type'] = 'select'; $fields['my_field']['options'] = array('opt1' => 'opt1', 'opt2' => 'opt2'); ...