Go to the source code of this file.
add different js files needed in edition mode
- Parameters
-
Definition at line 41 of file editutil.php.
getHtmlInput |
( |
& |
$doc, |
|
|
& |
$oattr, |
|
|
|
$value, |
|
|
|
$index = "" , |
|
|
|
$jsevent = "" , |
|
|
|
$notd = false |
|
) |
| |
Compose html code to insert input
- Parameters
-
Doc | &$doc | document to edit |
NormalAttribute | &$oattr | attribute to edit |
string | $value | value of the attribute |
string | $index | in case of array : row of the array |
string | $jsevent | add an javascript callback on input (like onblur or onmouseover) |
string | $notd | not add cells in html input generated (by default inputs are in arrays) |
Definition at line 30 of file editutil.php.