ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
GUI-Class arEditField. More...
Protected Attributes | |
$form_element = null | |
$subelement_of = null | |
Protected Attributes inherited from arViewField | |
$txt_prefix = "" | |
$txt = "" | |
$position = 1000 | |
$visible = false | |
$custom_field = false | |
$get_function_name = "" | |
$set_function_name = "" | |
$is_created_by_field = false | |
$is_modified_by_field = false | |
$is_creation_date_field = false | |
$is_modification_date_field = false | |
Protected Attributes inherited from arField | |
$fieldtype | |
$length = null | |
$is_primary = false | |
$name = '' | |
$not_null = false | |
$has_field = false | |
$sequence = false | |
$index = false | |
Additional Inherited Members | |
Static Public Member Functions inherited from arViewField | |
static | setAllowedAttributes ($allowed_attributes) |
static | getAllowedAttributes () |
static | castFromFieldToViewField (arField $field) |
Static Public Member Functions inherited from arField | |
static | isAllowedAttribute ($type, $field_name) |
static | isDateFieldType ($field_type) |
Data Fields inherited from arField | |
const | FIELD_TYPE_TEXT = 'text' |
const | FIELD_TYPE_INTEGER = 'integer' |
const | FIELD_TYPE_FLOAT = 'float' |
const | FIELD_TYPE_DATE = 'date' |
const | FIELD_TYPE_TIME = 'time' |
const | FIELD_TYPE_TIMESTAMP = 'timestamp' |
const | FIELD_TYPE_CLOB = 'clob' |
Static Protected Attributes inherited from arField | |
static | $allowed_attributes |
static | $date_fields |
arEditField::getFormElement | ( | ) |
Definition at line 54 of file class.arEditField.php.
References $form_element.
Referenced by arEditGUI\addFormField(), arEditGUI\afterFillForm(), and arEditGUI\afterValidation().
arEditField::getSubelementOf | ( | ) |
Definition at line 36 of file class.arEditField.php.
References $subelement_of.
Referenced by arEditGUI\addFormField(), and arEditFields\sortFields().
arEditField::setFormElement | ( | $form_element | ) |
\ilPropertyFormGUI | $form_element |
Definition at line 45 of file class.arEditField.php.
References $form_element.
Referenced by arEditGUI\addFormField().
arEditField::setIsCreatedByField | ( | $is_created_by_field | ) |
boolean | $is_created_by_field |
Definition at line 63 of file class.arEditField.php.
References arViewField\$is_created_by_field, and arViewField\setVisible().
arEditField::setIsCreationDateField | ( | $is_creation_date_field | ) |
$is_creation_date_field |
Definition at line 99 of file class.arEditField.php.
References arViewField\$is_creation_date_field, and arViewField\setVisible().
arEditField::setIsModificationDateField | ( | $is_modification_date_field | ) |
$is_modification_date_field |
Definition at line 87 of file class.arEditField.php.
References arViewField\$is_modification_date_field, and arViewField\setVisible().
arEditField::setIsModifiedByField | ( | $is_modified_by_field | ) |
boolean | $is_modified_by_field |
Definition at line 75 of file class.arEditField.php.
References arViewField\$is_modified_by_field, and arViewField\setVisible().
arEditField::setSubelementOf | ( | $is_subelement_of | ) |
\arEditField | $is_subelement_of |
Definition at line 27 of file class.arEditField.php.
|
protected |
Definition at line 17 of file class.arEditField.php.
Referenced by getFormElement(), and setFormElement().
|
protected |
Definition at line 21 of file class.arEditField.php.
Referenced by getSubelementOf().