在magento admin用户帐户表单中添加自定义字段

时间:2014-03-28 10:43:47

标签: magento admin custom-fields account

如何在Magento管理员用户帐户表单中添加自定义字段,我尝试了很多选项但未成功生成,请指导我在Magento管理员用户帐户表单中添加自定义字段。

$fieldset->addField('title', 'text', array(
'label' => Mage::helper('mymodule')->__('Title'),
'class' => 'required-entry',
'required' => true,
'name' => 'title',
));

0 个答案:

没有答案