Maldicore / Admin

CakePHP Plugin for automagic admin using Twitter Bootstrap for CakePHP 2.x
52 stars 34 forks source link

Checkbox and Combobox #18

Open Neiklot opened 10 years ago

Neiklot commented 10 years ago

Hello,

First of all thanks by your admin is super!!!

I'm trying to create a combobox in the admin to let the user select one value and I have not idea how to create this in the model: public $validate = array( 'language' => array( 'inList' => array( 'rule' => array('inList', array('es','cat','Home','null')), 'allowEmpty' => true,
) ) ); this works but not shows the options in Combobox to the user, only validate the result, Do someone know how to do it????

Thanks in advance,