ILIAS
Release_5_0_x_branch Revision 61816
|
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 | |
$unique = 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) |
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 50 of file class.arEditField.php.
References $form_element.
Referenced by arEditGUI\addFormField().
arEditField::getSubelementOf | ( | ) |
Definition at line 34 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 42 of file class.arEditField.php.
References $form_element.
Referenced by arEditGUI\addFormField().
arEditField::setIsCreatedByField | ( | $is_created_by_field | ) |
boolean | $is_created_by_field |
Reimplemented from arViewField.
Definition at line 58 of file class.arEditField.php.
References arViewField\$is_created_by_field, and arViewField\setVisible().
arEditField::setIsCreationDateField | ( | $is_creation_date_field | ) |
$is_creation_date_field |
Reimplemented from arViewField.
Definition at line 91 of file class.arEditField.php.
References arViewField\$is_creation_date_field, and arViewField\setVisible().
arEditField::setIsModificationDateField | ( | $is_modification_date_field | ) |
$is_modification_date_field |
Reimplemented from arViewField.
Definition at line 80 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 |
Reimplemented from arViewField.
Definition at line 69 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 26 of file class.arEditField.php.
|
protected |
Definition at line 16 of file class.arEditField.php.
Referenced by getFormElement(), and setFormElement().
|
protected |
Definition at line 20 of file class.arEditField.php.
Referenced by getSubelementOf().