标签: magento admin custom-fields account
如何在Magento管理员用户帐户表单中添加自定义字段,我尝试了很多选项但未成功生成,请指导我在Magento管理员用户帐户表单中添加自定义字段。
$fieldset->addField('title', 'text', array( 'label' => Mage::helper('mymodule')->__('Title'), 'class' => 'required-entry', 'required' => true, 'name' => 'title', ));