ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
This class represents a text property in a property form. More...
Public Member Functions | |
__construct ($a_title="", $a_postvar="") | |
Constructor. More... | |
setValue (array $valueArray) | |
setUseUnits (bool $a_value) | |
useUnits () | |
setTop (string $a_value) | |
getTop () | |
setBottom (string $a_value) | |
getBottom () | |
setLeft (string $a_value) | |
getLeft () | |
setRight (string $a_value) | |
getRight () | |
setSize (int $a_size) | |
setValueByArray (array $a_values) | |
getSize () | |
checkInput () | |
getInput () | |
insert (ilTemplate $a_tpl) | |
![]() | |
addSubItem (ilFormPropertyGUI $a_item) | |
getSubItems () | |
getSubInputItemsRecursive () | |
returns a flat array of possibly existing subitems recursively More... | |
checkSubItemsInput () | |
Check SubItems. More... | |
getSubForm () | |
getItemByPostVar (string $a_post_var) | |
![]() | |
__construct (string $a_title="", string $a_postvar="") | |
executeCommand () | |
getType () | |
setTitle (string $a_title) | |
getTitle () | |
setPostVar (string $a_postvar) | |
getPostVar () | |
getFieldId () | |
setInfo (string $a_info) | |
getInfo () | |
setAlert (string $a_alert) | |
getAlert () | |
setRequired (bool $a_required) | |
getRequired () | |
setDisabled (bool $a_disabled) | |
getDisabled () | |
checkInput () | |
Check input, strip slashes etc. More... | |
setParentForm (ilPropertyFormGUI $a_parentform) | |
getParentForm () | |
setParent (ilFormPropertyGUI $a_val) | |
getParent () | |
getSubForm () | |
hideSubForm () | |
setHiddenTitle (string $a_val) | |
getHiddenTitle () | |
getItemByPostVar (string $a_post_var) | |
Get item by post var. More... | |
serializeData () | |
unserializeData (string $a_data) | |
setParentTable ($a_val) | |
Set parent table. More... | |
getParentTable () | |
Get parent table. More... | |
writeToSession () | |
clearFromSession () | |
readFromSession () | |
getHiddenTag (string $a_post_var, string $a_value) | |
setMulti (bool $a_multi, bool $a_sortable=false, bool $a_addremove=true) | |
getMulti () | |
setMultiValues (array $a_values) | |
getMultiValues () | |
getContentOutsideFormTag () | |
Get content that has to reside outside of the parent form tag, e.g. More... | |
stripSlashesAddSpaceFallback (string $a_str) | |
Strip slashes with add space fallback, see https://www.ilias.de/mantis/view.php?id=19727. More... | |
getTableFilterLabelFor () | |
Get label "for" attribute value for filter. More... | |
getFormLabelFor () | |
Get label "for" attribute value for form. More... | |
setRequestParam (string $key, $val) | |
This writes the request (aka post) values. More... | |
Protected Attributes | |
string | $top = "" |
string | $left = "" |
string | $right = "" |
string | $bottom = "" |
int | $size = 0 |
bool | $useUnits = false |
![]() | |
array | $sub_items = array() |
![]() | |
array | $set_params = [] |
ilTable2GUI | $parent_table = null |
ilFormPropertyGUI | $parent_gui = null |
ilCtrl | $ctrl |
ilLanguage | $lng |
string | $type = "" |
string | $title = "" |
string | $postvar = "" |
string | $info = "" |
string | $alert = "" |
bool | $required = false |
ilPropertyFormGUI | $parentform = null |
string | $hidden_title = "" |
bool | $multi = false |
bool | $multi_sortable = false |
bool | $multi_addremove = true |
array | $multi_values = [] |
RequestInterface | $request |
HTTP Services | $http |
Refinery Factory | $refinery = null |
bool | $disabled = false |
ilGlobalTemplateInterface | $global_tpl = null |
Additional Inherited Members | |
![]() | |
static | removeProhibitedCharacters (string $a_text) |
Remove prohibited characters see #19159. More... | |
![]() | |
symbol () | |
setType (string $a_type) | |
checkParentFormTable () | |
getSessionKey () | |
getMultiIconsHTML () | |
int ($key) | |
intArray ($key) | |
str ($key) | |
raw ($key) | |
strArray ($key) | |
arrayArray ($key) | |
isRequestParamArray (string $key) | |
getRequestParam (string $key, Refinery\Transformation $t) | |
This class represents a text property in a property form.
Definition at line 26 of file class.ilCSSRectInputGUI.php.
ilCSSRectInputGUI::__construct | ( | $a_title = "" , |
|
$a_postvar = "" |
|||
) |
Constructor.
string | $a_title | Title |
string | $a_postvar | Post Variable |
Definition at line 41 of file class.ilCSSRectInputGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\lng(), and useUnits().
ilCSSRectInputGUI::checkInput | ( | ) |
Definition at line 142 of file class.ilCSSRectInputGUI.php.
References ilFormPropertyGUI\$lng, ilSubEnabledFormPropertyGUI\checkSubItemsInput(), getInput(), ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), ilFormPropertyGUI\setAlert(), ilLanguage\txt(), and useUnits().
ilCSSRectInputGUI::getBottom | ( | ) |
Definition at line 84 of file class.ilCSSRectInputGUI.php.
References $bottom.
Referenced by insert().
ilCSSRectInputGUI::getInput | ( | ) |
Definition at line 181 of file class.ilCSSRectInputGUI.php.
References ilFormPropertyGUI\getPostVar(), and ilFormPropertyGUI\strArray().
Referenced by checkInput().
ilCSSRectInputGUI::getLeft | ( | ) |
Definition at line 94 of file class.ilCSSRectInputGUI.php.
References $left.
Referenced by insert().
ilCSSRectInputGUI::getRight | ( | ) |
Definition at line 104 of file class.ilCSSRectInputGUI.php.
References $right.
Referenced by insert().
ilCSSRectInputGUI::getSize | ( | ) |
Definition at line 137 of file class.ilCSSRectInputGUI.php.
References $size.
Referenced by insert().
ilCSSRectInputGUI::getTop | ( | ) |
Definition at line 74 of file class.ilCSSRectInputGUI.php.
References $top.
Referenced by insert().
ilCSSRectInputGUI::insert | ( | ilTemplate | $a_tpl | ) |
Definition at line 191 of file class.ilCSSRectInputGUI.php.
References ilFormPropertyGUI\$lng, getBottom(), ilFormPropertyGUI\getDisabled(), ilFormPropertyGUI\getFieldId(), getLeft(), ilFormPropertyGUI\getPostVar(), getRight(), getSize(), getTop(), ilTemplate\parseCurrentBlock(), ilLegacyFormElementsUtil\prepareFormOutput(), ilTemplate\setCurrentBlock(), HTML_Template_IT\setVariable(), and ilLanguage\txt().
ilCSSRectInputGUI::setBottom | ( | string | $a_value | ) |
Definition at line 79 of file class.ilCSSRectInputGUI.php.
ilCSSRectInputGUI::setLeft | ( | string | $a_value | ) |
Definition at line 89 of file class.ilCSSRectInputGUI.php.
ilCSSRectInputGUI::setRight | ( | string | $a_value | ) |
Definition at line 99 of file class.ilCSSRectInputGUI.php.
ilCSSRectInputGUI::setSize | ( | int | $a_size | ) |
Definition at line 109 of file class.ilCSSRectInputGUI.php.
ilCSSRectInputGUI::setTop | ( | string | $a_value | ) |
Definition at line 69 of file class.ilCSSRectInputGUI.php.
ilCSSRectInputGUI::setUseUnits | ( | bool | $a_value | ) |
Definition at line 59 of file class.ilCSSRectInputGUI.php.
References useUnits().
ilCSSRectInputGUI::setValue | ( | array | $valueArray | ) |
Definition at line 51 of file class.ilCSSRectInputGUI.php.
Referenced by setValueByArray().
ilCSSRectInputGUI::setValueByArray | ( | array | $a_values | ) |
Definition at line 114 of file class.ilCSSRectInputGUI.php.
References ilFormPropertyGUI\getPostVar(), and setValue().
ilCSSRectInputGUI::useUnits | ( | ) |
Definition at line 64 of file class.ilCSSRectInputGUI.php.
References $useUnits.
Referenced by __construct(), checkInput(), and setUseUnits().
|
protected |
Definition at line 31 of file class.ilCSSRectInputGUI.php.
Referenced by getBottom().
|
protected |
Definition at line 29 of file class.ilCSSRectInputGUI.php.
Referenced by getLeft().
|
protected |
Definition at line 30 of file class.ilCSSRectInputGUI.php.
Referenced by getRight().
|
protected |
Definition at line 32 of file class.ilCSSRectInputGUI.php.
Referenced by getSize().
|
protected |
Definition at line 28 of file class.ilCSSRectInputGUI.php.
Referenced by getTop().
|
protected |
Definition at line 33 of file class.ilCSSRectInputGUI.php.
Referenced by useUnits().