ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
This class represents a border width with all/top/right/bottom/left in a property form. More...
Public Member Functions | |
__construct (string $a_title="", string $a_postvar="") | |
setAllValue (string $a_allvalue) | |
getAllValue () | |
setTopValue (string $a_topvalue) | |
getTopValue () | |
setBottomValue (string $a_bottomvalue) | |
getBottomValue () | |
setLeftValue (string $a_leftvalue) | |
getLeftValue () | |
setRightValue (string $a_rightvalue) | |
getRightValue () | |
checkInput () | |
getInput () | |
insert (ilTemplate $a_tpl) | |
setValueByArray (array $a_values) | |
![]() | |
__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 | $rightvalue = "" |
string | $leftvalue = "" |
string | $bottomvalue = "" |
string | $topvalue = "" |
array | $dirs = [] |
string | $allvalue = "" |
ilObjUser | $user |
string | $value = "" |
![]() | |
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 border width with all/top/right/bottom/left in a property form.
Definition at line 26 of file class.ilTRBLBorderWidthInputGUI.php.
ilTRBLBorderWidthInputGUI::__construct | ( | string | $a_title = "" , |
string | $a_postvar = "" |
||
) |
Definition at line 40 of file class.ilTRBLBorderWidthInputGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\lng(), ilFormPropertyGUI\setType(), and ILIAS\Repository\user().
ilTRBLBorderWidthInputGUI::checkInput | ( | ) |
Definition at line 101 of file class.ilTRBLBorderWidthInputGUI.php.
References ilFormPropertyGUI\$lng, ilFormPropertyGUI\$type, getInput(), ilFormPropertyGUI\setAlert(), setAllValue(), setBottomValue(), setLeftValue(), setRightValue(), setTopValue(), and ilLanguage\txt().
ilTRBLBorderWidthInputGUI::getAllValue | ( | ) |
Definition at line 56 of file class.ilTRBLBorderWidthInputGUI.php.
References $allvalue.
Referenced by insert().
ilTRBLBorderWidthInputGUI::getBottomValue | ( | ) |
Definition at line 76 of file class.ilTRBLBorderWidthInputGUI.php.
References $bottomvalue.
Referenced by insert().
ilTRBLBorderWidthInputGUI::getInput | ( | ) |
Definition at line 154 of file class.ilTRBLBorderWidthInputGUI.php.
References ilFormPropertyGUI\arrayArray(), and ilFormPropertyGUI\getPostVar().
Referenced by checkInput().
ilTRBLBorderWidthInputGUI::getLeftValue | ( | ) |
Definition at line 86 of file class.ilTRBLBorderWidthInputGUI.php.
References $leftvalue.
Referenced by insert().
ilTRBLBorderWidthInputGUI::getRightValue | ( | ) |
Definition at line 96 of file class.ilTRBLBorderWidthInputGUI.php.
References $rightvalue.
Referenced by insert().
ilTRBLBorderWidthInputGUI::getTopValue | ( | ) |
Definition at line 66 of file class.ilTRBLBorderWidthInputGUI.php.
References $topvalue.
Referenced by insert().
ilTRBLBorderWidthInputGUI::insert | ( | ilTemplate | $a_tpl | ) |
Definition at line 159 of file class.ilTRBLBorderWidthInputGUI.php.
References ilFormPropertyGUI\$lng, ilObjStyleSheet\_getStyleParameterNumericUnits(), ilObjStyleSheet\_getStyleParameterValues(), getAllValue(), getBottomValue(), getLeftValue(), ilFormPropertyGUI\getPostVar(), getRightValue(), getTopValue(), ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), HTML_Template_IT\setVariable(), and ilLanguage\txt().
ilTRBLBorderWidthInputGUI::setAllValue | ( | string | $a_allvalue | ) |
Definition at line 51 of file class.ilTRBLBorderWidthInputGUI.php.
Referenced by checkInput(), and setValueByArray().
ilTRBLBorderWidthInputGUI::setBottomValue | ( | string | $a_bottomvalue | ) |
Definition at line 71 of file class.ilTRBLBorderWidthInputGUI.php.
Referenced by checkInput(), and setValueByArray().
ilTRBLBorderWidthInputGUI::setLeftValue | ( | string | $a_leftvalue | ) |
Definition at line 81 of file class.ilTRBLBorderWidthInputGUI.php.
Referenced by checkInput(), and setValueByArray().
ilTRBLBorderWidthInputGUI::setRightValue | ( | string | $a_rightvalue | ) |
Definition at line 91 of file class.ilTRBLBorderWidthInputGUI.php.
Referenced by checkInput(), and setValueByArray().
ilTRBLBorderWidthInputGUI::setTopValue | ( | string | $a_topvalue | ) |
Definition at line 61 of file class.ilTRBLBorderWidthInputGUI.php.
Referenced by checkInput(), and setValueByArray().
ilTRBLBorderWidthInputGUI::setValueByArray | ( | array | $a_values | ) |
Definition at line 237 of file class.ilTRBLBorderWidthInputGUI.php.
References ilFormPropertyGUI\getPostVar(), setAllValue(), setBottomValue(), setLeftValue(), setRightValue(), and setTopValue().
|
protected |
Definition at line 36 of file class.ilTRBLBorderWidthInputGUI.php.
Referenced by getAllValue().
|
protected |
Definition at line 30 of file class.ilTRBLBorderWidthInputGUI.php.
Referenced by getBottomValue().
|
protected |
Definition at line 35 of file class.ilTRBLBorderWidthInputGUI.php.
|
protected |
Definition at line 29 of file class.ilTRBLBorderWidthInputGUI.php.
Referenced by getLeftValue().
|
protected |
Definition at line 28 of file class.ilTRBLBorderWidthInputGUI.php.
Referenced by getRightValue().
|
protected |
Definition at line 31 of file class.ilTRBLBorderWidthInputGUI.php.
Referenced by getTopValue().
|
protected |
Definition at line 37 of file class.ilTRBLBorderWidthInputGUI.php.
|
protected |
Definition at line 38 of file class.ilTRBLBorderWidthInputGUI.php.