Protected Member Functions | |
renderControlEditable () | |
getModalTitleForSelectingModel () | |
Protected Attributes | |
$controllerId = 'category' | |
Static Protected Attributes | |
static | $moduleId = 'productTemplates' |
Display the category selection. This is a combination of a type-ahead input text field and a selection button which renders a modal list view to search on category. Also includes a hidden input for the category id.
Definition at line 44 of file ProductCategoryElement.php.
renderControlEditable | ( | ) | [protected] |
Render a hidden input, a text input with an auto-complete event, and a select button. These three items together form the Category Editable Element
Reimplemented from ModelElement.
Reimplemented in ParentProductCategoryElement.
Definition at line 56 of file ProductCategoryElement.php.
getModalTitleForSelectingModel | ( | ) | [protected] |
Reimplemented from ModelElement.
Reimplemented in ParentProductCategoryElement.
Definition at line 65 of file ProductCategoryElement.php.
$moduleId = 'productTemplates' [static, protected] |
Override in child element with a specific moduleId
Reimplemented from ModelElement.
Definition at line 46 of file ProductCategoryElement.php.
$controllerId = 'category' [protected] |
Override in child element with a custom controllerId if needed
Reimplemented from ModelElement.
Definition at line 48 of file ProductCategoryElement.php.