nerdexam
Magento

M70-201 · Question #119

To implement a standard Adminhtml form for a custom data model, which two of the following must you do? (Choose two)

The correct answer is A. Declare your module's block class prefix in the config.xml file. B. Implement a sub-class of Mage_Adminhtml_Block_Widget_Form. See the full explanation below for the reasoning.

Question

To implement a standard Adminhtml form for a custom data model, which two of the following must you do? (Choose two)

Options

  • ADeclare your module's block class prefix in the config.xml file.
  • BImplement a sub-class of Mage_Adminhtml_Block_Widget_Form.
  • CImplement a sub-class of Mage_Adminhtml_Block_Form_Abstract.
  • DCreate sub-classes of Mage_Adminhtml_Block_Form_Element_Abstract for each form field to be
  • EAdd a set of configuration values in the module's config-xml defining the form fields to be displayed.

How the community answered

(48 responses)
  • A
    79% (38)
  • C
    2% (1)
  • D
    6% (3)
  • E
    13% (6)

Community Discussion

No community discussion yet for this question.

Full M70-201 Practice