ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
isUseWrapper () | |
setUseWrapper (bool $useWrapper) | |
render () | |
addAttribute (string $key, string $value, bool $wrapper=false) | |
removeAttribute (string $key, $wrapper=false) | |
getAttribute (string $key, bool $wrapper=false) | |
![]() | |
setUrl (string $a_value) | |
getUrl () | |
setTarget (string $a_value) | |
getTarget () | |
render () | |
![]() | |
__clone () | |
getType () | |
setId (?string $a_value) | |
getId () | |
setCaption (string $a_value, bool $a_is_lng_id=true) | |
getCaption (bool $a_translate=true) | |
setPrimary (bool $a_value) | |
isPrimary () | |
setOmitPreventDoubleSubmission (bool $a_value) | |
Toggle double submission prevention status. More... | |
getOmitPreventDoubleSubmission () | |
setOnClick (string $a_value) | |
getOnClick () | |
setDisabled (bool $a_value) | |
isDisabled () | |
addCSSClass (string $a_value) | |
getCSSClasses () | |
applyDefaultCss (?bool $apply_default_css=null) | |
render () | |
getToolbarHTML () | |
Get input item HTML to be inserted into ilToolbarGUI. More... | |
Static Public Member Functions | |
static | getInstance () |
![]() | |
static | getInstance () |
![]() | |
static | getInstance () |
Data Fields | |
const | TYPE_DATACOLLECTION_LINK = 99 |
![]() | |
const | TYPE_SUBMIT = 1 |
const | TYPE_LINK = 2 |
const | TYPE_SPLIT = 3 |
const | TYPE_BUTTON = 4 |
Protected Member Functions | |
prepareRender () | |
getGroupKey ($wrapper) | |
![]() | |
renderCaption () | |
renderAttributes (array $a_additional_attr=null) | |
![]() | |
__construct (int $a_type) | |
setType (int $a_value) | |
gatherCssClasses () | |
renderAttributesHelper (array $a_attr) | |
renderAttributes (array $a_additional_attr=null) | |
Render current HTML attributes. More... | |
prepareRender () | |
Protected Attributes | |
array | $attributes |
bool | $useWrapper = false |
![]() | |
string | $url = "" |
string | $target = "" |
![]() | |
ilLanguage | $lng |
int | $type = 0 |
string | $id = "" |
string | $caption = "" |
bool | $caption_is_lng_id = false |
bool | $primary = false |
bool | $omit_prevent_double_submission = false |
string | $onclick = "" |
int | $acc_key = 0 |
bool | $disabled = false |
array | $css = array() |
bool | $apply_default_css = true |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file class.ilDclLinkButton.php.
ilDclLinkButton::addAttribute | ( | string | $key, |
string | $value, | ||
bool | $wrapper = false |
||
) |
Definition at line 66 of file class.ilDclLinkButton.php.
References ILIAS\LTI\ToolProvider\$key, and getGroupKey().
Referenced by prepareRender().
ilDclLinkButton::getAttribute | ( | string | $key, |
bool | $wrapper = false |
||
) |
Definition at line 82 of file class.ilDclLinkButton.php.
References ILIAS\LTI\ToolProvider\$key, and getGroupKey().
|
protected |
Definition at line 91 of file class.ilDclLinkButton.php.
Referenced by addAttribute(), getAttribute(), and removeAttribute().
|
static |
Definition at line 35 of file class.ilDclLinkButton.php.
Referenced by ilDclTableViewTableGUI\buildAction().
ilDclLinkButton::isUseWrapper | ( | ) |
|
protected |
Definition at line 40 of file class.ilDclLinkButton.php.
References addAttribute(), ilLinkButton\getTarget(), and ilLinkButton\getUrl().
Referenced by render().
ilDclLinkButton::removeAttribute | ( | string | $key, |
$wrapper = false |
|||
) |
Definition at line 71 of file class.ilDclLinkButton.php.
References getGroupKey().
ilDclLinkButton::render | ( | ) |
Definition at line 48 of file class.ilDclLinkButton.php.
References prepareRender(), ilLinkButton\renderAttributes(), ilButtonBase\renderAttributesHelper(), and ilLinkButton\renderCaption().
ilDclLinkButton::setUseWrapper | ( | bool | $useWrapper | ) |
|
protected |
Definition at line 22 of file class.ilDclLinkButton.php.
|
protected |
Definition at line 23 of file class.ilDclLinkButton.php.
Referenced by isUseWrapper(), and setUseWrapper().
const ilDclLinkButton::TYPE_DATACOLLECTION_LINK = 99 |
Definition at line 21 of file class.ilDclLinkButton.php.