412: réécriture ODS
This commit is contained in:
parent
a809fd6666
commit
281b6e7482
6 changed files with 199 additions and 164 deletions
|
|
@ -44,6 +44,13 @@ function update_predef(p_type,p_direct)
|
|||
}
|
||||
);
|
||||
}
|
||||
/**
|
||||
*@brief update ctl id =jrn_name with the value of p_jrn
|
||||
*/
|
||||
function update_name()
|
||||
{
|
||||
$('jrn_name').innerHTML=$('p_jrn').options[$('p_jrn').selectedIndex].innerHTML;
|
||||
}
|
||||
/**
|
||||
* @brief update the field predef
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue