dolibarr 18.0.6
|
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. | |
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. | |
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.
References setEventMessages().
skillrankPrepareHead | ( | $object | ) |
Prepare array of tabs for SkillRank.
Definition at line 33 of file hrm_skillrank.lib.php.
References complete_head_from_modules(), Link\count(), dol_buildpath(), dol_dir_list(), and dol_sanitizeFileName().