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