dolibarr
x.y.z
|
Library files with common functions for SkillRank. More...
Go to the source code of this file.
Functions | |
skillrankPrepareHead ($object) | |
Prepare array of tabs for SkillRank. More... | |
displayRankInfos ($selected_rank, $fk_skill, $inputname='TNote', $mode='view') | |
Used to print ranks of a skill into several case, view or edit pour js necessary to select a rank. More... | |
Library files with common functions for SkillRank.
Definition in file hrm_skillrank.lib.php.
displayRankInfos | ( | $selected_rank, | |
$fk_skill, | |||
$inputname = 'TNote' , |
|||
$mode = 'view' |
|||
) |
Used to print ranks of a skill into several case, view or edit pour js necessary to select a rank.
int | $selected_rank | rank we want to preselect |
int | $fk_skill | id of skill we display ranks |
string | $inputname | html name of input |
string | $mode | view or edit |
Definition at line 107 of file hrm_skillrank.lib.php.
skillrankPrepareHead | ( | $object | ) |
Prepare array of tabs for SkillRank.
Definition at line 33 of file hrm_skillrank.lib.php.