|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilDclTextSelectionRecordRepresentation. More...
Inheritance diagram for ilDclTextSelectionRecordRepresentation:
Collaboration diagram for ilDclTextSelectionRecordRepresentation:Data Fields | |
| const | PROP_SELECTION_TYPE = 'text_selection_type' |
| const | PROP_SELECTION_OPTIONS = 'text_selection_options' |
Data Fields inherited from ilDclSelectionRecordRepresentation | |
| const | PROP_SELECTION_TYPE = '' |
| const | PROP_SELECTION_OPTIONS = '' |
Additional Inherited Members | |
Public Member Functions inherited from ilDclSelectionRecordRepresentation | |
| getHTML ($link=true) | |
Public Member Functions inherited from ilDclBaseRecordRepresentation | |
| __construct (ilDclBaseRecordFieldModel $record_field) | |
| getFormGUI (ilPropertyFormGUI $formGUI) | |
| parseFormInput ($value) | |
| function parses stored value to the variable needed to fill into the form for editing. More... | |
| fillFormInput ($form) | |
| Fills the form with the value of a record. More... | |
| getHTML ($link=true) | |
| Outputs html of a certain field. More... | |
| getSingleHTML (array $options=null, $link=true) | |
| Returns data for single record view. More... | |
| getConfirmationHTML () | |
| Returns data for confirmation list When returning false, attribute is ignored in list. More... | |
| fillRow (ilTemplate $tpl) | |
| Fills row with record data. More... | |
| getRecordField () | |
| Get Record Field. More... | |
| getField () | |
| Getter shortcut for field. More... | |
| getRecord () | |
| Getter shortcut for record. More... | |
Protected Member Functions inherited from ilDclBaseRecordRepresentation | |
| getFormInput () | |
| Gets the value from from the record field. More... | |
Protected Attributes inherited from ilDclBaseRecordRepresentation | |
| $record_field | |
| $lng | |
| $access | |
| $ctrl | |
Class ilDclTextSelectionRecordRepresentation.
Definition at line 9 of file class.ilDclTextSelectionRecordRepresentation.php.
| const ilDclTextSelectionRecordRepresentation::PROP_SELECTION_OPTIONS = 'text_selection_options' |
Definition at line 12 of file class.ilDclTextSelectionRecordRepresentation.php.
| const ilDclTextSelectionRecordRepresentation::PROP_SELECTION_TYPE = 'text_selection_type' |
Definition at line 11 of file class.ilDclTextSelectionRecordRepresentation.php.