|
dolibarr
x.y.z
|
Pages of import Wizard. More...
Go to the source code of this file.
Functions | |
| show_elem ($fieldssource, $pos, $key, $var, $nostyle='') | |
| Function to put the movable box of a source field. More... | |
| getnewkey (&$fieldssource, &$listofkey) | |
| Return not used field number. More... | |
| arrayInsert ($array, $position, $insertArray) | |
| Return array with element inserted in it at position $position. More... | |
Pages of import Wizard.
Definition in file import.php.
| arrayInsert | ( | $array, | |
| $position, | |||
| $insertArray | |||
| ) |
Return array with element inserted in it at position $position.
| array | $array | Array of field source |
| mixed | $position | key of postion to insert to |
| array | $insertArray | Array to insert |
Definition at line 2459 of file import.php.
| getnewkey | ( | & | $fieldssource, |
| & | $listofkey | ||
| ) |
Return not used field number.
| array | $fieldssource | Array of field source |
| array | $listofkey | Array of keys |
Definition at line 2431 of file import.php.
| show_elem | ( | $fieldssource, | |
| $pos, | |||
| $key, | |||
| $var, | |||
$nostyle = '' |
|||
| ) |
Function to put the movable box of a source field.
| array | $fieldssource | List of source fields |
| int | $pos | Pos |
| string | $key | Key |
| boolean | $var | Line style (odd or not). No more used. |
| int | $nostyle | Hide style |
Definition at line 2344 of file import.php.