nerdexam
Magento

M70-101 · Question #30

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_Abstcact.
  • 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

How the community answered

(36 responses)
  • A
    83% (30)
  • C
    3% (1)
  • D
    3% (1)
  • E
    11% (4)

Community Discussion

No community discussion yet for this question.

Full M70-101 Practice