ILIAS
Release_4_0_x_branch Revision 61816
|
Class ilBibItemGUI. More...
Public Member Functions | |
ilBibItemGUI () | |
Constructor public. | |
setObject ($a_obj) | |
curValue ($a_val_name) | |
use this method to initialize form fields | |
showLangSel ($a_name, $a_value="") | |
shows language select box | |
fill ($a_formaction, $a_index=0, $a_language="") | |
edit ($a_temp_var, $a_temp_block, $a_formaction, $a_index=0, $a_language="") | |
save ($a_index) | |
getTargetFrame ($a_cmd, $a_target_frame="") | |
get target frame for command (command is method name without "Object", e.g. | |
setTargetFrame ($a_cmd, $a_target_frame) | |
set specific target frame for command |
Data Fields | |
$ilias | |
$tpl | |
$lng | |
$obj | |
$bib_obj |
Class ilBibItemGUI.
GUI class for BibItems
Definition at line 36 of file class.ilBibItemGUI.php.
ilBibItemGUI::curValue | ( | $a_val_name | ) |
use this method to initialize form fields
Definition at line 70 of file class.ilBibItemGUI.php.
References $method.
ilBibItemGUI::edit | ( | $a_temp_var, | |
$a_temp_block, | |||
$a_formaction, | |||
$a_index = 0 , |
|||
$a_language = "" |
|||
) |
Definition at line 456 of file class.ilBibItemGUI.php.
ilBibItemGUI::fill | ( | $a_formaction, | |
$a_index = 0 , |
|||
$a_language = "" |
|||
) |
Definition at line 110 of file class.ilBibItemGUI.php.
References $title, getTargetFrame(), ilUtil\prepareFormOutput(), and showLangSel().
Referenced by edit().
ilBibItemGUI::getTargetFrame | ( | $a_cmd, | |
$a_target_frame = "" |
|||
) |
get target frame for command (command is method name without "Object", e.g.
"perm")
string | $a_cmd | command |
string | $a_target_frame | default target frame (is returned, if no special target frame was set) public |
Definition at line 517 of file class.ilBibItemGUI.php.
References elseif().
Referenced by fill().
ilBibItemGUI::ilBibItemGUI | ( | ) |
ilBibItemGUI::save | ( | $a_index | ) |
Definition at line 500 of file class.ilBibItemGUI.php.
ilBibItemGUI::setObject | ( | $a_obj | ) |
Definition at line 59 of file class.ilBibItemGUI.php.
ilBibItemGUI::setTargetFrame | ( | $a_cmd, | |
$a_target_frame | |||
) |
set specific target frame for command
string | $a_cmd | command |
string | $a_target_frame | default target frame (is returned, if no special target frame was set) public |
Definition at line 540 of file class.ilBibItemGUI.php.
ilBibItemGUI::showLangSel | ( | $a_name, | |
$a_value = "" |
|||
) |
shows language select box
Definition at line 86 of file class.ilBibItemGUI.php.
References $tpl, and ilMDLanguageItem\_getLanguages().
Referenced by fill().
ilBibItemGUI::$bib_obj |
Definition at line 42 of file class.ilBibItemGUI.php.
ilBibItemGUI::$ilias |
Definition at line 38 of file class.ilBibItemGUI.php.
Referenced by ilBibItemGUI().
ilBibItemGUI::$lng |
Definition at line 40 of file class.ilBibItemGUI.php.
Referenced by ilBibItemGUI().
ilBibItemGUI::$obj |
Definition at line 41 of file class.ilBibItemGUI.php.
ilBibItemGUI::$tpl |
Definition at line 39 of file class.ilBibItemGUI.php.
Referenced by ilBibItemGUI(), and showLangSel().