Static Public Member Functions | |
static | getDesignerRulesType () |
Protected Member Functions | |
renderAlertMessage () | |
renderPreActionElementBar ($form) | |
renderOperationHighlight () | |
renderItemOperationType () | |
renderItemLabel () | |
renderFormLayout ($form=null) | |
renderActiveAttributesCheckBox ($elementIds, $elementInformation, $checked, $realAttributeName) | |
resolveRealAttributeName ($elementClassName, $attributeName) | |
renderDateTimeScript () | |
Static Protected Member Functions | |
static | getFormId () |
The base View for a module's mass edit view.
Definition at line 40 of file MassEditView.php.
renderFormLayout | ( | $ | form = null |
) | [protected] |
Render a form layout. Gets appropriate meta data and loops through it. Builds form content as it loops through. For each element in the form it calls the appropriate Element class.
$form | If the layout is editable, then pass a $form otherwise it can be null. |
Reimplemented from DetailsView.
Definition at line 84 of file MassEditView.php.
static getDesignerRulesType | ( | ) | [static] |
Override in each sub-class if you have applicable designer rules for handling the modification of metadata layouts
Reimplemented from EditView.
Reimplemented in ProductsMassEditView, and ProductTemplatesMassEditView.
Definition at line 205 of file MassEditView.php.
resolveRealAttributeName | ( | $ | elementClassName, | |
$ | attributeName | |||
) | [protected] |
If the attributeName is 'null', then ascertain if this is a derived attribute and get the real attribute. If it is a derived attribute but has more than one model attribute name, then send back null since this is not valid for a mass update
string | $elementClassName | |
null|string | $attributeName |
Definition at line 218 of file MassEditView.php.
renderDateTimeScript | ( | ) | [protected] |
Register script for date and datetime element
Definition at line 247 of file MassEditView.php.