Protected Member Functions | |
renderControlEditable () | |
Static Protected Attributes | |
static | $moduleId = 'products' |
Display the product 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 product. Also includes a hidden input for the user id.
Definition at line 44 of file ProductElement.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 Product Editable Element
Reimplemented from ModelElement.
Definition at line 54 of file ProductElement.php.
$moduleId = 'products' [static, protected] |
Override in child element with a specific moduleId
Reimplemented from ModelElement.
Definition at line 46 of file ProductElement.php.