echo $ form-> input('field',array( 'type'=>'radio','legend'=> $ r ['Attribute'] [''標籤「],
'separator' => '--separator--',
'options' => array()
));
如何查詢裏面選擇,從數據庫中檢索選項此對應的字段.. 像由$ R [發送其attribute_id」屬性「] [」身份證'] 和打水該屬性cooresponding的選擇.. 我試了它與阿賈克斯後 像
var ht = $.ajax({
type: "GET",
url: "http://localhost/FormBuilder/index.php/forms/viewChoices/"+attribute_id,
async: false
}).responseText;
var myObject = eval('(' + ht + ')');
var data = myObject;var j=0;
$.map(data.choices, function(i){ j++; alert(i.choice);
return i.choice;});
,並返回我的選擇在i.choice .. 但我不知道如何把這個選項數組內... 請建議我....
重複:http://stackoverflow.com/questions/1393164/fix-the-options-in-cakephp-form-field-of-type-radio-button – deizel 2009-09-10 13:04:04