我在管理面板模块中遇到问题。我的问题是当我在数据库中保存后编辑选项时,多个选择选项已保存在数据库中但未显示选中状态。
我正在Form.php中使用此代码
<?php
$fieldset->addField(
'meta_robot_options',
'multiselect',
array(
'label' => Mage::helper('andaazfashion_metarobots')->__('Select Attribute Options'),
'name' => 'meta_robot_options',
'required' => true,
'class' => 'required-entry',
'values'=> Mage::getModel('andaazfashion_metarobots/metarobots_attribute_source_metarobotoptions')->getAllOptions(false),
)
);
?>
请检查下面的屏幕截图