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)- A83% (30)
- C3% (1)
- D3% (1)
- E11% (4)
Community Discussion
No community discussion yet for this question.