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