在管理面板中,当我们编辑选项时显示多选选定的选项

时间:2019-07-01 09:52:30

标签: attributes backend magento-1.9 multi-select options

我在管理面板模块中遇到问题。我的问题是当我在数据库中保存后编辑选项时,多个选择选项已保存在数据库中但未显示选中状态。

我正在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),
           )
        );
?>

请检查下面的屏幕截图

edit options but not showing selected options screenshot

我想要这样 Spring Cloud Reference Guide

0 个答案:

没有答案