ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
This class represents a block method of a block. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
addHeaderLink ($a_href, $a_text, $status=true) | |
getHeaderLinks () | |
setData ($a_data) | |
Set Data. More... | |
getData () | |
Get Data. More... | |
setBigMode ($a_bigmode) | |
Set Big Mode. More... | |
getBigMode () | |
Get Big Mode. More... | |
setBlockId ($a_block_id=0) | |
Set Block Id. More... | |
getBlockId () | |
Get Block Id. More... | |
setAvailableDetailLevels ($a_max, $a_min=0) | |
Set Available Detail Levels. More... | |
setCurrentDetailLevel ($a_currentdetaillevel) | |
Set Current Detail Level. More... | |
setGuiObject (&$a_gui_object) | |
Set GuiObject. More... | |
getGuiObject () | |
Get GuiObject. More... | |
getCurrentDetailLevel () | |
Get Current Detail Level. More... | |
setTitle ($a_title) | |
Set Title. More... | |
getTitle () | |
Get Title. More... | |
setImage ($a_image) | |
Set Image. More... | |
getImage () | |
Get Image. More... | |
setOffset ($a_offset) | |
Set Offset. More... | |
getOffset () | |
Get Offset. More... | |
correctOffset () | |
setLimit ($a_limit) | |
Set Limit. More... | |
getLimit () | |
Get Limit. More... | |
setEnableEdit ($a_enableedit) | |
Set EnableEdit. More... | |
getEnableEdit () | |
Get EnableEdit. More... | |
setRepositoryMode ($a_repositorymode) | |
Set RepositoryMode. More... | |
getRepositoryMode () | |
Get RepositoryMode. More... | |
setFooterInfo ($a_footerinfo, $a_hide_and_icon=false) | |
Set Footer Info. More... | |
getFooterInfo ($a_hide_and_icon=false) | |
Get Footer Info. More... | |
setSubtitle ($a_subtitle) | |
Set Subtitle. More... | |
getSubtitle () | |
Get Subtitle. More... | |
setRefId ($a_refid) | |
Set Ref Id (only used if isRepositoryObject() is true). More... | |
getRefId () | |
Get Ref Id (only used if isRepositoryObject() is true). More... | |
setAdminCommands ($a_admincommands) | |
Set Administration Commmands. More... | |
getAdminCommands () | |
Get Administration Commmands. More... | |
setColSpan ($a_colspan) | |
Set Columns Span. More... | |
getColSpan () | |
Get Columns Span. More... | |
setEnableDetailRow ($a_enabledetailrow) | |
Set EnableDetailRow. More... | |
getEnableDetailRow () | |
Get EnableDetailRow. More... | |
setEnableNumInfo ($a_enablenuminfo) | |
Set Enable Item Number Info. More... | |
getEnableNumInfo () | |
Get Enable Item Number Info. More... | |
setProperties ($a_properties) | |
This function is supposed to be used for block type specific properties, that should be inherited through ilColumnGUI->setBlockProperties. More... | |
getProperty ($a_property) | |
setProperty ($a_property, $a_value) | |
setRowTemplate ($a_rowtemplatename, $a_rowtemplatedir="") | |
Set Row Template Name. More... | |
getNavParameter () | |
getDetailParameter () | |
getConfigParameter () | |
getMoveParameter () | |
getRowTemplateName () | |
Get Row Template Name. More... | |
getRowTemplateDir () | |
Get Row Template Directory. More... | |
addBlockCommand ($a_href, $a_text, $a_target="", $a_img="", $a_right_aligned=false, $a_checked=false, $a_html="") | |
Add Block Command. More... | |
getBlockCommands () | |
Get Block commands. More... | |
addHeaderCommand ($a_href, $a_text, $a_as_close=false) | |
Add Header Block Command. More... | |
getHeaderCommands () | |
Get Header Block commands. More... | |
addFooterLink ($a_text, $a_href="", $a_onclick="", $a_block_id="", $a_top=false, $a_omit_separator=false, $a_checked=false) | |
Add a footer text/link. More... | |
getFooterLinks () | |
Get footer links. More... | |
clearFooterLinks () | |
Clear footer links. More... | |
handleDetailLevel () | |
Handle read/write current detail level. More... | |
getHTML () | |
Handle config status. More... | |
fillHeaderCommands () | |
Fill header commands block. More... | |
fillHeaderTitleBlock () | |
Fill header title block (title and. More... | |
setDataSection ($a_content) | |
Call this from overwritten fillDataSection(), if standard row based data is not used. More... | |
fillDataSection () | |
Standard implementation for row based data. More... | |
fillRow ($a_set) | |
fillFooter () | |
fillPreviousNext () | |
Fill previous/next row. More... | |
setPreviousNextLinks () | |
Get previous/next linkbar. More... | |
fillFooterLinks ($a_top=false, $a_numinfo="") | |
Fill footer links. More... | |
fillDetailRow () | |
Fill Detail Setting Row. More... | |
Static Public Member Functions | |
static | getBlockType () |
static | isRepositoryObject () |
static | getScreenMode () |
Get Screen Mode for current command. More... | |
Protected Member Functions | |
fillRowColor ($a_placeholder="CSS_ROW") | |
preloadData (array $data) | |
Can be overwritten in subclasses. More... | |
Protected Attributes | |
$data = array() | |
$colspan = 1 | |
$enablenuminfo = true | |
$detail_min = 0 | |
$detail_max = 0 | |
$bigmode = false | |
$footer_links = array() | |
$block_id = 0 | |
$header_commands = array() | |
$allow_moving = true | |
$move = array("left" => false, "right" => false, "up" => false, "down" => false) | |
$enabledetailrow = true | |
$header_links = array() | |
$footerinfo = false | |
$footerinfo_icon = false | |
$block_commands = array() | |
$max_count = false | |
$close_command = false | |
$image = false | |
$property = false | |
$nav_value = "" | |
$css_row = "" | |
$dropdown | |
This class represents a block method of a block.
Definition at line 12 of file class.ilBlockGUI.php.
ilBlockGUI::__construct | ( | ) |
Constructor.
Definition at line 48 of file class.ilBlockGUI.php.
References $ilCtrl, $ilUser, $tpl, ilYuiUtil\initConnection(), and setLimit().
Referenced by ilPDNewsBlockGUI\__construct().
ilBlockGUI::addBlockCommand | ( | $a_href, | |
$a_text, | |||
$a_target = "" , |
|||
$a_img = "" , |
|||
$a_right_aligned = false , |
|||
$a_checked = false , |
|||
$a_html = "" |
|||
) |
Add Block Command.
string | $a_href | command link target |
string | $a_text | text |
Definition at line 546 of file class.ilBlockGUI.php.
References array.
Referenced by ilCalendarSelectionBlockGUI\__construct(), ilPDPortfolioBlockGUI\getHTML(), ilWikiImportantPagesBlockGUI\getHTML(), ilExternalFeedBlockGUI\getHTML(), ilPDExternalFeedBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), ilPollBlockGUI\getHTML(), ilCalendarBlockGUI\getHTML(), and getHTML().
ilBlockGUI::addFooterLink | ( | $a_text, | |
$a_href = "" , |
|||
$a_onclick = "" , |
|||
$a_block_id = "" , |
|||
$a_top = false , |
|||
$a_omit_separator = false , |
|||
$a_checked = false |
|||
) |
Add a footer text/link.
Definition at line 598 of file class.ilBlockGUI.php.
References array.
Referenced by ilBookmarkBlockGUI\setFooterLinks(), ilPDSelectedItemsBlockGUI\setFooterLinks(), ilCalendarBlockGUI\setFooterLinks(), setPreviousNextLinks(), and ilNewsForContextBlockGUI\showViewFooter().
ilBlockGUI::addHeaderCommand | ( | $a_href, | |
$a_text, | |||
$a_as_close = false |
|||
) |
Add Header Block Command.
string | $a_href | command link target |
string | $a_text | text |
Definition at line 571 of file class.ilBlockGUI.php.
References array.
ilBlockGUI::addHeaderLink | ( | $a_href, | |
$a_text, | |||
$status = true |
|||
) |
ilBlockGUI::clearFooterLinks | ( | ) |
Clear footer links.
Definition at line 622 of file class.ilBlockGUI.php.
References array.
Referenced by ilNewsForContextBlockGUI\showViewFooter().
ilBlockGUI::correctOffset | ( | ) |
Definition at line 245 of file class.ilBlockGUI.php.
References setOffset().
Referenced by fillDataSection().
ilBlockGUI::fillDataSection | ( | ) |
Standard implementation for row based data.
Overwrite this and call setContent for other data.
Definition at line 1032 of file class.ilBlockGUI.php.
References $_GET, $_POST, $_SESSION, $data, $nav_value, correctOffset(), fillRow(), fillRowColor(), getData(), getLimit(), getNavParameter(), getOffset(), getRowTemplateDir(), getRowTemplateName(), preloadData(), and setOffset().
Referenced by ilCalendarBlockGUI\fillDataSection(), ilChatroomBlockGUI\getHTML(), and getHTML().
ilBlockGUI::fillDetailRow | ( | ) |
Fill Detail Setting Row.
Definition at line 1300 of file class.ilBlockGUI.php.
References $block_id, $detail_min, $ilCtrl, $lng, $start, $text, $url, array, getBlockId(), getBlockType(), getCurrentDetailLevel(), getDetailParameter(), getFooterInfo(), and ilUtil\getImagePath().
Referenced by ilPDSelectedItemsBlockGUI\__construct(), and getHTML().
ilBlockGUI::fillFooter | ( | ) |
Definition at line 1082 of file class.ilBlockGUI.php.
Referenced by getHTML().
ilBlockGUI::fillFooterLinks | ( | $a_top = false , |
|
$a_numinfo = "" |
|||
) |
Fill footer links.
Definition at line 1209 of file class.ilBlockGUI.php.
References $ilCtrl, $lng, and getFooterLinks().
Referenced by ilPDContentBlockGUI\fillFooter(), ilBookmarkBlockGUI\fillFooter(), ilPDTaggingBlockGUI\fillFooter(), ilPDSelectedItemsBlockGUI\fillFooter(), ilCalendarBlockGUI\fillFooter(), fillPreviousNext(), and ilNewsForContextBlockGUI\showViewFooter().
ilBlockGUI::fillHeaderCommands | ( | ) |
Fill header commands block.
Definition at line 907 of file class.ilBlockGUI.php.
References $close_command, $dropdown, $ilCtrl, $img, $lng, $url, array, getBlockType(), getDetailParameter(), getHeaderCommands(), ilUtil\getImagePath(), getRepositoryMode(), ilAdvancedSelectionListGUI\ICON_CONFIG, and ilAdvancedSelectionListGUI\STYLE_LINK_BUTTON.
Referenced by getHTML().
ilBlockGUI::fillHeaderTitleBlock | ( | ) |
Fill header title block (title and.
Definition at line 986 of file class.ilBlockGUI.php.
References $lng, array, getBlockType(), getImage(), and getTitle().
Referenced by getHTML().
ilBlockGUI::fillPreviousNext | ( | ) |
Fill previous/next row.
Definition at line 1097 of file class.ilBlockGUI.php.
References $ilCtrl, $lng, $max_count, $start, fillFooterLinks(), getEnableNumInfo(), getLimit(), getOffset(), and setPreviousNextLinks().
Referenced by getHTML().
ilBlockGUI::fillRow | ( | $a_set | ) |
Definition at line 1074 of file class.ilBlockGUI.php.
Referenced by fillDataSection().
|
finalprotected |
Definition at line 1086 of file class.ilBlockGUI.php.
Referenced by fillDataSection().
ilBlockGUI::getAdminCommands | ( | ) |
Get Administration Commmands.
Definition at line 402 of file class.ilBlockGUI.php.
Referenced by getHTML().
ilBlockGUI::getBigMode | ( | ) |
Get Big Mode.
Definition at line 105 of file class.ilBlockGUI.php.
References $bigmode.
Referenced by getHTML().
ilBlockGUI::getBlockCommands | ( | ) |
Get Block commands.
Definition at line 560 of file class.ilBlockGUI.php.
References $block_commands.
Referenced by getHTML().
ilBlockGUI::getBlockId | ( | ) |
Get Block Id.
Definition at line 125 of file class.ilBlockGUI.php.
References $block_id.
Referenced by ilCalendarBlockGUI\__construct(), ilCalendarBlockGUI\addMiniMonth(), fillDetailRow(), getConfigParameter(), getDetailParameter(), ilExternalFeedBlockGUI\getDynamicReload(), ilPDExternalFeedBlockGUI\getDynamicReload(), ilNewsForContextBlockGUI\getDynamicReload(), ilChatroomBlockGUI\getHTML(), ilExternalFeedBlockGUI\getHTML(), ilPDExternalFeedBlockGUI\getHTML(), ilExternalFeedBlockGUI\getJSEnabler(), ilPDExternalFeedBlockGUI\getJSEnabler(), ilNewsForContextBlockGUI\getJSEnabler(), getMoveParameter(), getNavParameter(), and ilCalendarBlockGUI\setSeed().
|
staticabstract |
Referenced by fillDetailRow(), fillHeaderCommands(), fillHeaderTitleBlock(), getConfigParameter(), getDetailParameter(), getHTML(), getMoveParameter(), getNavParameter(), handleDetailLevel(), and setPreviousNextLinks().
ilBlockGUI::getColSpan | ( | ) |
Get Columns Span.
Definition at line 422 of file class.ilBlockGUI.php.
References $colspan.
Referenced by ilBookmarkBlockGUI\fillFooter(), ilPDTaggingBlockGUI\fillFooter(), ilPDSelectedItemsBlockGUI\fillFooter(), ilCalendarBlockGUI\fillFooter(), and getHTML().
|
final |
Definition at line 510 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
ilBlockGUI::getCurrentDetailLevel | ( | ) |
Get Current Detail Level.
Definition at line 180 of file class.ilBlockGUI.php.
Referenced by ilPDNewsBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilPDNotesBlockGUI\fillDataSection(), ilBookmarkBlockGUI\fillDataSection(), ilForumPostingDraftsBlockGUI\fillDataSection(), ilPDPortfolioBlockGUI\fillDataSection(), ilPDTaggingBlockGUI\fillDataSection(), ilExternalFeedBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilPDExternalFeedBlockGUI\fillDataSection(), ilUsersOnlineBlockGUI\fillDataSection(), ilPDNewsBlockGUI\fillDataSection(), ilNewsForContextBlockGUI\fillDataSection(), ilCalendarBlockGUI\fillDataSection(), fillDetailRow(), ilForumPostingDraftsBlockGUI\fillRow(), ilPDPortfolioBlockGUI\fillRow(), ilPDMailBlockGUI\fillRow(), ilPDNotesBlockGUI\fillRow(), ilUsersOnlineBlockGUI\fillRow(), ilBookmarkBlockGUI\fillRow(), ilNewsForContextBlockGUI\fillRow(), ilPDSysMessageBlockGUI\getHTML(), ilPDPortfolioBlockGUI\getHTML(), ilChatroomBlockGUI\getHTML(), ilPDMailBlockGUI\getHTML(), ilPDNotesBlockGUI\getHTML(), ilBookmarkBlockGUI\getHTML(), ilPDTaggingBlockGUI\getHTML(), ilUsersOnlineBlockGUI\getHTML(), ilExternalFeedBlockGUI\getHTML(), ilPDExternalFeedBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilCalendarBlockGUI\getHTML(), ilPDSelectedItemsBlockGUI\getMembershipItemsPerLocation(), ilPDSelectedItemsBlockGUI\getMembershipItemsPerType(), ilPDSelectedItemsBlockGUI\getSelectedItemsPerLocation(), ilPDSelectedItemsBlockGUI\getSelectedItemsPerType(), ilPDTaggingBlockGUI\getTagCloud(), ilForumPostingDraftsBlockGUI\isRepositoryObject(), and ilCalendarBlockGUI\setFooterLinks().
ilBlockGUI::getData | ( | ) |
Get Data.
Definition at line 85 of file class.ilBlockGUI.php.
References $data.
Referenced by ilPDPortfolioBlockGUI\fillDataSection(), ilExternalFeedBlockGUI\fillDataSection(), ilPDExternalFeedBlockGUI\fillDataSection(), ilPDNewsBlockGUI\fillDataSection(), ilNewsForContextBlockGUI\fillDataSection(), fillDataSection(), ilNewsForContextBlockGUI\getHTML(), ilPDPortfolioBlockGUI\getOverview(), ilExternalFeedBlockGUI\getOverview(), ilPDExternalFeedBlockGUI\getOverview(), ilNewsForContextBlockGUI\getOverview(), and ilNewsForContextBlockGUI\showNews().
|
final |
Definition at line 505 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
Referenced by fillDetailRow(), fillHeaderCommands(), and handleDetailLevel().
ilBlockGUI::getEnableDetailRow | ( | ) |
Get EnableDetailRow.
Definition at line 442 of file class.ilBlockGUI.php.
References $enabledetailrow.
ilBlockGUI::getEnableEdit | ( | ) |
ilBlockGUI::getEnableNumInfo | ( | ) |
Get Enable Item Number Info.
Definition at line 463 of file class.ilBlockGUI.php.
References $enablenuminfo.
Referenced by ilPDContentBlockGUI\fillFooter(), and fillPreviousNext().
ilBlockGUI::getFooterInfo | ( | $a_hide_and_icon = false | ) |
Get Footer Info.
Definition at line 335 of file class.ilBlockGUI.php.
References $footerinfo, and $footerinfo_icon.
Referenced by fillDetailRow(), and getHTML().
ilBlockGUI::getFooterLinks | ( | ) |
Get footer links.
Definition at line 614 of file class.ilBlockGUI.php.
References $footer_links.
Referenced by fillFooterLinks().
ilBlockGUI::getGuiObject | ( | ) |
ilBlockGUI::getHeaderCommands | ( | ) |
Get Header Block commands.
Definition at line 590 of file class.ilBlockGUI.php.
References $header_commands.
Referenced by fillHeaderCommands().
ilBlockGUI::getHeaderLinks | ( | ) |
Definition at line 65 of file class.ilBlockGUI.php.
References $header_links.
Referenced by getHTML().
ilBlockGUI::getHTML | ( | ) |
Handle config status.
Get HTML.
Definition at line 693 of file class.ilBlockGUI.php.
References $_GET, $counter, $ilCtrl, $ilUser, $lng, ilObject\_lookupType(), addBlockCommand(), array, fillDataSection(), fillDetailRow(), fillFooter(), fillHeaderCommands(), fillHeaderTitleBlock(), fillPreviousNext(), getAdminCommands(), getBigMode(), getBlockCommands(), getBlockType(), getColSpan(), getFooterInfo(), getHeaderLinks(), getRefId(), getRepositoryMode(), and isRepositoryObject().
Referenced by ilPDNewsBlockGUI\getHTML(), and ilForumPostingDraftsBlockGUI\isRepositoryObject().
ilBlockGUI::getImage | ( | ) |
Get Image.
Definition at line 220 of file class.ilBlockGUI.php.
References $image.
Referenced by fillHeaderTitleBlock().
ilBlockGUI::getLimit | ( | ) |
Get Limit.
Definition at line 268 of file class.ilBlockGUI.php.
Referenced by fillDataSection(), fillPreviousNext(), and setPreviousNextLinks().
|
final |
Definition at line 515 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
|
final |
Definition at line 500 of file class.ilBlockGUI.php.
References getBlockId(), and getBlockType().
Referenced by fillDataSection(), and setPreviousNextLinks().
ilBlockGUI::getOffset | ( | ) |
Get Offset.
Definition at line 240 of file class.ilBlockGUI.php.
Referenced by fillDataSection(), fillPreviousNext(), and setPreviousNextLinks().
ilBlockGUI::getProperty | ( | $a_property | ) |
Definition at line 479 of file class.ilBlockGUI.php.
Referenced by ilNewsForContextBlockGUI\getHTML(), ilCalendarBlockGUI\getHTML(), ilNewsForContextBlockGUI\initSettingsForm(), ilNewsForContextBlockGUI\saveSettings(), and ilNewsForContextBlockGUI\showNews().
ilBlockGUI::getRefId | ( | ) |
Get Ref Id (only used if isRepositoryObject() is true).
Definition at line 382 of file class.ilBlockGUI.php.
Referenced by ilPollBlockGUI\commentJSCall(), ilPollBlockGUI\fillRow(), ilExternalFeedBlockGUI\getHTML(), ilPollBlockGUI\getHTML(), and getHTML().
ilBlockGUI::getRepositoryMode | ( | ) |
Get RepositoryMode.
Definition at line 308 of file class.ilBlockGUI.php.
Referenced by fillHeaderCommands(), ilNewsForContextBlockGUI\getHTML(), and getHTML().
ilBlockGUI::getRowTemplateDir | ( | ) |
Get Row Template Directory.
Definition at line 535 of file class.ilBlockGUI.php.
Referenced by fillDataSection().
ilBlockGUI::getRowTemplateName | ( | ) |
Get Row Template Name.
Definition at line 525 of file class.ilBlockGUI.php.
Referenced by fillDataSection().
|
static |
Get Screen Mode for current command.
Definition at line 630 of file class.ilBlockGUI.php.
References IL_SCREEN_SIDE.
ilBlockGUI::getSubtitle | ( | ) |
ilBlockGUI::getTitle | ( | ) |
Get Title.
Definition at line 200 of file class.ilBlockGUI.php.
References $title.
Referenced by ilObjectMetaDataBlockGUI\fillDataSection(), ilWikiFunctionsBlockGUI\fillDataSection(), fillHeaderTitleBlock(), ilPDNewsBlockGUI\getHTML(), ilBookmarkBlockGUI\getListRowData(), ilExternalFeedBlockGUI\showFeedItem(), and ilPDExternalFeedBlockGUI\showFeedItem().
ilBlockGUI::handleDetailLevel | ( | ) |
Handle read/write current detail level.
Definition at line 638 of file class.ilBlockGUI.php.
References $_GET, $block_id, $ilCtrl, $ilUser, ilBlockSetting\_lookupDetailLevel(), ilBlockSetting\_writeDetailLevel(), getBlockType(), getDetailParameter(), and setCurrentDetailLevel().
Referenced by setAvailableDetailLevels().
|
staticabstract |
|
protected |
Can be overwritten in subclasses.
Only the visible part of the complete data was passed so a preload of the visible data is possible.
array | $data |
Definition at line 1397 of file class.ilBlockGUI.php.
Referenced by fillDataSection().
ilBlockGUI::setAdminCommands | ( | $a_admincommands | ) |
Set Administration Commmands.
boolean | $a_admincommands | Administration Commmands |
Definition at line 392 of file class.ilBlockGUI.php.
ilBlockGUI::setAvailableDetailLevels | ( | $a_max, | |
$a_min = 0 |
|||
) |
Set Available Detail Levels.
int | $a_max | Max Level |
int | $a_min | Min Level (Default 0) |
Definition at line 136 of file class.ilBlockGUI.php.
References handleDetailLevel().
Referenced by ilPDMailBlockGUI\__construct(), ilPDSysMessageBlockGUI\__construct(), ilPDPortfolioBlockGUI\__construct(), ilBookmarkBlockGUI\__construct(), ilPDNotesBlockGUI\__construct(), ilUsersOnlineBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilChatroomBlockGUI\__construct(), ilPDSelectedItemsBlockGUI\__construct(), ilPDTaggingBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), ilPDSelectedItemsBlockGUI\manageObject(), ilExternalFeedBlockGUI\setBlock(), and ilPDExternalFeedBlockGUI\setBlock().
ilBlockGUI::setBigMode | ( | $a_bigmode | ) |
Set Big Mode.
boolean | $a_bigmode | Big Mode |
Definition at line 95 of file class.ilBlockGUI.php.
Referenced by ilPDContentBlockGUI\__construct().
ilBlockGUI::setBlockId | ( | $a_block_id = 0 | ) |
Set Block Id.
int | $a_block_id | Block ID |
Definition at line 115 of file class.ilBlockGUI.php.
Referenced by ilNewsForContextBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), ilPDCalendarBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), ilPollBlockGUI\setBlock(), ilExternalFeedBlockGUI\setBlock(), and ilPDExternalFeedBlockGUI\setBlock().
ilBlockGUI::setColSpan | ( | $a_colspan | ) |
Set Columns Span.
int | $a_colspan | Columns Span |
Definition at line 412 of file class.ilBlockGUI.php.
Referenced by ilBookmarkBlockGUI\fillDataSection(), ilForumPostingDraftsBlockGUI\fillDataSection(), ilPDPortfolioBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilUsersOnlineBlockGUI\fillDataSection(), and ilCalendarBlockGUI\fillDataSection().
ilBlockGUI::setCurrentDetailLevel | ( | $a_currentdetaillevel | ) |
Set Current Detail Level.
int | $a_currentdetaillevel | Current Detail Level |
Definition at line 148 of file class.ilBlockGUI.php.
Referenced by ilPDSysMessageBlockGUI\getHTML(), ilUsersOnlineBlockGUI\getListRowData(), and handleDetailLevel().
ilBlockGUI::setData | ( | $a_data | ) |
Set Data.
array | $a_data | Data |
Definition at line 75 of file class.ilBlockGUI.php.
References data.
Referenced by ilPDNewsBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilForumPostingDraftsBlockGUI\fillDataSection(), ilPDPortfolioBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilBookmarkBlockGUI\getHTML(), ilPDTaggingBlockGUI\getHTML(), ilExternalFeedBlockGUI\getHTML(), ilPDExternalFeedBlockGUI\getHTML(), ilPDSelectedItemsBlockGUI\getHTML(), ilPollBlockGUI\getHTML(), ilPDNotesBlockGUI\getListRowData(), ilBookmarkBlockGUI\getListRowData(), ilUsersOnlineBlockGUI\getListRowData(), ilNewsForContextBlockGUI\hideNotifications(), ilNewsForContextBlockGUI\showNews(), and ilNewsForContextBlockGUI\showNotifications().
ilBlockGUI::setDataSection | ( | $a_content | ) |
Call this from overwritten fillDataSection(), if standard row based data is not used.
Definition at line 1020 of file class.ilBlockGUI.php.
References $a_content.
Referenced by ilObjectMetaDataBlockGUI\fillDataSection(), ilRepositoryObjectSearchBlockGUI\fillDataSection(), ilPDNotesBlockGUI\fillDataSection(), ilBookmarkBlockGUI\fillDataSection(), ilWikiImportantPagesBlockGUI\fillDataSection(), ilForumPostingDraftsBlockGUI\fillDataSection(), ilWikiFunctionsBlockGUI\fillDataSection(), ilWikiSearchBlockGUI\fillDataSection(), ilWikiSideBlockGUI\fillDataSection(), ilPDPortfolioBlockGUI\fillDataSection(), ilDummyBlockGUI\fillDataSection(), ilPDTaggingBlockGUI\fillDataSection(), ilExternalFeedBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilPDExternalFeedBlockGUI\fillDataSection(), ilUsersOnlineBlockGUI\fillDataSection(), ilPDNewsBlockGUI\fillDataSection(), ilCalendarSelectionBlockGUI\fillDataSection(), ilNewsForContextBlockGUI\fillDataSection(), ilCalendarBlockGUI\fillDataSection(), ilPDSelectedItemsBlockGUI\fillDataSection(), ilChatroomBlockGUI\getHTML(), and ilUsersOnlineBlockGUI\getListRowData().
ilBlockGUI::setEnableDetailRow | ( | $a_enabledetailrow | ) |
Set EnableDetailRow.
boolean | $a_enabledetailrow | EnableDetailRow |
Definition at line 432 of file class.ilBlockGUI.php.
Referenced by ilPDNotesBlockGUI\fillDataSection(), ilBookmarkBlockGUI\fillDataSection(), ilForumPostingDraftsBlockGUI\fillDataSection(), ilPDPortfolioBlockGUI\fillDataSection(), ilPDTaggingBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilPDNewsBlockGUI\fillDataSection(), and ilPDSelectedItemsBlockGUI\getHTML().
ilBlockGUI::setEnableEdit | ( | $a_enableedit | ) |
Set EnableEdit.
boolean | $a_enableedit | EnableEdit |
Definition at line 278 of file class.ilBlockGUI.php.
ilBlockGUI::setEnableNumInfo | ( | $a_enablenuminfo | ) |
Set Enable Item Number Info.
boolean | $a_enablenuminfo | Enable Item Number Info |
Definition at line 453 of file class.ilBlockGUI.php.
Referenced by ilWikiFunctionsBlockGUI\__construct(), ilWikiSideBlockGUI\__construct(), ilBookmarkBlockGUI\__construct(), ilWikiImportantPagesBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilRepositoryObjectSearchBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), ilPDSelectedItemsBlockGUI\__construct(), ilPDContentBlockGUI\__construct(), ilPDTaggingBlockGUI\__construct(), ilWikiSearchBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), ilPDNotesBlockGUI\fillDataSection(), ilForumPostingDraftsBlockGUI\fillDataSection(), ilPDPortfolioBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilUsersOnlineBlockGUI\fillDataSection(), ilPDNewsBlockGUI\fillDataSection(), ilCalendarBlockGUI\getData(), ilUsersOnlineBlockGUI\getListRowData(), ilExternalFeedBlockGUI\getOverview(), ilPDExternalFeedBlockGUI\getOverview(), and ilPDSelectedItemsBlockGUI\setFooterLinks().
ilBlockGUI::setFooterInfo | ( | $a_footerinfo, | |
$a_hide_and_icon = false |
|||
) |
Set Footer Info.
string | $a_footerinfo | Footer Info |
Definition at line 318 of file class.ilBlockGUI.php.
Referenced by ilClassificationBlockGUI\__construct(), ilPDNewsBlockGUI\getHTML(), and ilNewsForContextBlockGUI\getHTML().
ilBlockGUI::setGuiObject | ( | & | $a_gui_object | ) |
Set GuiObject.
Only used for repository blocks, that are represented as real repository objects (have a ref id and permissions)
object | $a_gui_object | GUI object |
Definition at line 160 of file class.ilBlockGUI.php.
ilBlockGUI::setImage | ( | $a_image | ) |
Set Image.
string | $a_image | Image |
Definition at line 210 of file class.ilBlockGUI.php.
References image.
Referenced by ilPDMailBlockGUI\__construct(), ilBookmarkBlockGUI\__construct(), and ilChatroomBlockGUI\__construct().
ilBlockGUI::setLimit | ( | $a_limit | ) |
Set Limit.
int | $a_limit | Limit |
Definition at line 258 of file class.ilBlockGUI.php.
Referenced by ilPDMailBlockGUI\__construct(), ilPDPortfolioBlockGUI\__construct(), ilCalendarSelectionBlockGUI\__construct(), ilBookmarkBlockGUI\__construct(), ilPDNotesBlockGUI\__construct(), ilUsersOnlineBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilExternalFeedBlockGUI\__construct(), ilPDSelectedItemsBlockGUI\__construct(), ilPDContentBlockGUI\__construct(), ilPDTaggingBlockGUI\__construct(), ilDummyBlockGUI\__construct(), ilPDExternalFeedBlockGUI\__construct(), __construct(), and ilCalendarBlockGUI\__construct().
ilBlockGUI::setOffset | ( | $a_offset | ) |
Set Offset.
int | $a_offset | Offset |
Definition at line 230 of file class.ilBlockGUI.php.
Referenced by correctOffset(), and fillDataSection().
ilBlockGUI::setPreviousNextLinks | ( | ) |
Get previous/next linkbar.
Definition at line 1130 of file class.ilBlockGUI.php.
References $block_id, $ilCtrl, $lng, $text, addFooterLink(), getBlockType(), getLimit(), getNavParameter(), and getOffset().
Referenced by fillPreviousNext().
ilBlockGUI::setProperties | ( | $a_properties | ) |
This function is supposed to be used for block type specific properties, that should be inherited through ilColumnGUI->setBlockProperties.
string | $a_properties | properties array (key => value) |
Definition at line 474 of file class.ilBlockGUI.php.
ilBlockGUI::setProperty | ( | $a_property, | |
$a_value | |||
) |
Definition at line 484 of file class.ilBlockGUI.php.
ilBlockGUI::setRefId | ( | $a_refid | ) |
Set Ref Id (only used if isRepositoryObject() is true).
int | $a_refid | Ref Id |
Definition at line 372 of file class.ilBlockGUI.php.
ilBlockGUI::setRepositoryMode | ( | $a_repositorymode | ) |
Set RepositoryMode.
boolean | $a_repositorymode | RepositoryMode |
Definition at line 298 of file class.ilBlockGUI.php.
ilBlockGUI::setRowTemplate | ( | $a_rowtemplatename, | |
$a_rowtemplatedir = "" |
|||
) |
Set Row Template Name.
string | $a_rowtemplatename | Row Template Name |
Definition at line 494 of file class.ilBlockGUI.php.
Referenced by ilPDNewsBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilExternalFeedBlockGUI\__construct(), ilPollBlockGUI\__construct(), ilPDExternalFeedBlockGUI\__construct(), ilPDNotesBlockGUI\fillDataSection(), ilBookmarkBlockGUI\fillDataSection(), ilForumPostingDraftsBlockGUI\fillDataSection(), ilPDPortfolioBlockGUI\fillDataSection(), ilPDMailBlockGUI\fillDataSection(), ilUsersOnlineBlockGUI\fillDataSection(), and ilCalendarBlockGUI\fillDataSection().
ilBlockGUI::setSubtitle | ( | $a_subtitle | ) |
Set Subtitle.
string | $a_subtitle | Subtitle |
Definition at line 352 of file class.ilBlockGUI.php.
ilBlockGUI::setTitle | ( | $a_title | ) |
Set Title.
string | $a_title | Title |
Definition at line 190 of file class.ilBlockGUI.php.
Referenced by ilPDMailBlockGUI\__construct(), ilPDSysMessageBlockGUI\__construct(), ilWikiFunctionsBlockGUI\__construct(), ilWikiSideBlockGUI\__construct(), ilCalendarSelectionBlockGUI\__construct(), ilBookmarkBlockGUI\__construct(), ilPDNotesBlockGUI\__construct(), ilWikiImportantPagesBlockGUI\__construct(), ilUsersOnlineBlockGUI\__construct(), ilPDNewsBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilClassificationBlockGUI\__construct(), ilChatroomBlockGUI\__construct(), ilRepositoryObjectSearchBlockGUI\__construct(), ilObjectMetaDataBlockGUI\__construct(), ilPDTaggingBlockGUI\__construct(), ilWikiSearchBlockGUI\__construct(), ilCalendarBlockGUI\__construct(), ilPDStudyProgrammeSimpleListGUI\__construct(), ilPDPortfolioBlockGUI\getHTML(), ilPDSelectedItemsBlockGUI\getHTML(), ilPDNewsBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), ilPollBlockGUI\getHTML(), ilBookmarkBlockGUI\getListRowData(), ilExternalFeedBlockGUI\setBlock(), and ilPDExternalFeedBlockGUI\setBlock().
|
protected |
Definition at line 27 of file class.ilBlockGUI.php.
|
protected |
Definition at line 23 of file class.ilBlockGUI.php.
Referenced by getBigMode().
|
protected |
Definition at line 33 of file class.ilBlockGUI.php.
Referenced by getBlockCommands().
|
protected |
Definition at line 25 of file class.ilBlockGUI.php.
Referenced by fillDetailRow(), getBlockId(), handleDetailLevel(), ilNewsForContextBlockGUI\handleView(), ilNewsForContextBlockGUI\hideNotifications(), ilPDNewsBlockGUI\saveSettings(), ilNewsForContextBlockGUI\saveSettings(), ilBookmarkBlockGUI\setFooterLinks(), ilPDSelectedItemsBlockGUI\setFooterLinks(), ilCalendarBlockGUI\setFooterLinks(), setPreviousNextLinks(), ilNewsForContextBlockGUI\showNotifications(), and ilNewsForContextBlockGUI\showViewFooter().
|
protected |
Definition at line 35 of file class.ilBlockGUI.php.
Referenced by fillHeaderCommands().
|
protected |
Definition at line 19 of file class.ilBlockGUI.php.
Referenced by getColSpan().
|
protected |
Definition at line 39 of file class.ilBlockGUI.php.
|
protected |
Definition at line 18 of file class.ilBlockGUI.php.
Referenced by ilPDNewsBlockGUI\__construct(), ilNewsForContextBlockGUI\__construct(), ilCalendarSelectionBlockGUI\buildPath(), ilForumPostingDraftsBlockGUI\fillDataSection(), ilPDPortfolioBlockGUI\fillDataSection(), fillDataSection(), getData(), ilCalendarBlockGUI\getData(), ilPDNotesBlockGUI\getListRowData(), ilBookmarkBlockGUI\getListRowData(), ilUsersOnlineBlockGUI\getListRowData(), ilPDNewsBlockGUI\getNewsData(), ilNewsForContextBlockGUI\hideNotifications(), and ilNewsForContextBlockGUI\showNotifications().
|
protected |
Definition at line 22 of file class.ilBlockGUI.php.
|
protected |
Definition at line 21 of file class.ilBlockGUI.php.
Referenced by fillDetailRow().
|
protected |
Definition at line 41 of file class.ilBlockGUI.php.
Referenced by fillHeaderCommands().
|
protected |
Definition at line 29 of file class.ilBlockGUI.php.
Referenced by getEnableDetailRow().
|
protected |
Definition at line 20 of file class.ilBlockGUI.php.
Referenced by getEnableNumInfo().
|
protected |
Definition at line 24 of file class.ilBlockGUI.php.
Referenced by getFooterLinks().
|
protected |
Definition at line 31 of file class.ilBlockGUI.php.
Referenced by getFooterInfo().
|
protected |
Definition at line 32 of file class.ilBlockGUI.php.
Referenced by getFooterInfo().
|
protected |
Definition at line 26 of file class.ilBlockGUI.php.
Referenced by getHeaderCommands().
|
protected |
Definition at line 30 of file class.ilBlockGUI.php.
Referenced by getHeaderLinks().
|
protected |
Definition at line 36 of file class.ilBlockGUI.php.
Referenced by getImage().
|
protected |
Definition at line 34 of file class.ilBlockGUI.php.
Referenced by fillPreviousNext().
|
protected |
Definition at line 28 of file class.ilBlockGUI.php.
|
protected |
Definition at line 38 of file class.ilBlockGUI.php.
Referenced by fillDataSection().
|
protected |
Definition at line 37 of file class.ilBlockGUI.php.