Magento管理表单

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Magento管理表单相关的知识,希望对你有一定的参考价值。

  1. $fieldset->addField('title', 'text', array(
  2. 'label' => Mage::helper('form')->__('Title3'),
  3. 'class' => 'required-entry',
  4. 'required' => true,
  5. 'name' => 'title',
  6. 'onclick' => "alert('on click');",
  7. 'onchange' => "alert('on change');",
  8. 'style' => "border:10px",
  9. 'value' => 'hello !!',
  10. 'disabled' => false,
  11. 'readonly' => true,
  12. 'after_element_html' => '<small>Comments</small>',
  13. 'tabindex' => 1
  14. ));

以上是关于Magento管理表单的主要内容,如果未能解决你的问题,请参考以下文章

Magento,管理员表格准备了两次

从贝宝重定向到 magento 管理模块

Magento 中的自定义表单

如何自定义 magento 单页结帐表单

magento 自定义付款方式表单未显示

html Paypal提交表单#Paypal,#Magento,#Example