| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Class ilBibItemGUI. More...
 Collaboration diagram for ilBibItemGUI:
 Collaboration diagram for ilBibItemGUI:| 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.
| ilBibItemGUI::edit | ( | $a_temp_var, | |
| $a_temp_block, | |||
| $a_formaction, | |||
| $a_index = 0, | |||
| $a_language = "" | |||
| ) | 
Definition at line 456 of file class.ilBibItemGUI.php.
 Here is the call graph for this function:
 Here is the call graph for this function:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 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.
Referenced by fill().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 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().