|
| renderControlEditable () |
|
| renderEditableEmailAddressTextField ($model, $form, $inputNameIdPrefix, $attribute) |
|
| renderEditableEmailAddressCheckBoxField ($model, $form, $inputNameIdPrefix, $attribute) |
|
| renderControlNonEditable () |
|
| renderError () |
|
| renderLabel () |
|
| renderLabel () |
|
| resolveIdForLabel () |
|
| getFormattedAttributeLabel () |
|
| resolveNonActiveFormFormattedLabel ($label) |
|
| renderError () |
|
| renderScopedErrorId ($inputNameIdPrefix, $attribute) |
|
| renderEditable () |
|
| renderNonEditable () |
|
| renderControlEditable () |
|
| renderControlNonEditable () |
|
| getColumnSpan () |
|
| getDisabledValue () |
|
| getHtmlOptions () |
|
| resolveContentTemplate ($template, $data) |
|
| getEditableInputId ($attributeName=null, $relationAttributeName=null) |
|
| getEditableInputName ($attributeName=null, $relationAttributeName=null) |
|
| resolveInputPrefix () |
|
| resolveInputIdPrefix () |
|
| resolveInputNamePrefix () |
|
| getListViewGridId () |
|
|
| __construct ($model, $attribute, $form=null, array $params=array()) |
|
| render () |
|
| getEditableNameIds () |
|
| getAttribute () |
|
| renderAsControlNonEditable () |
|
| $params |
|
| $editableTemplate = '<th>{label}</th><td colspan="{colspan}">{content}{error}</td>' |
|
| $nonEditableTemplate = '<th>{label}</th><td colspan="{colspan}">{content}</td>' |
|
| $model |
|
| $attribute |
|
| $form |
|
Display the email address collection which includes an email address, opt out boolean and invalid boolean.
Definition at line 42 of file EmailAddressInformationElement.php.
renderControlEditable |
( |
| ) |
|
|
protected |
Renders the editable email address content. Takes the model attribute value and converts it into at most 3 items. Email Address display, Opt Out checkbox, and Invalid Email checkbox.
- Returns
- A string containing the element's content
Definition at line 51 of file EmailAddressInformationElement.php.
renderControlNonEditable |
( |
| ) |
|
|
protected |
Renders the noneditable email address content. If the model is a person, and the user accessing this element has right to access the email module, then the email address will be clickable. When clicked it will open a modal create email window. Takes the model attribute value and converts it into at most 3 items. Email Address display, Opt Out checkbox, and Invalid Email checkbox.
- Returns
- A string containing the element's content.
Definition at line 101 of file EmailAddressInformationElement.php.
static getModelAttributeNames |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: