|
| __construct (Doc &$doc) |
|
| setDoc (Doc &$doc) |
|
| useTd ($usetd) |
|
| setJsEvents ($jsEvent) |
|
| getHtmlInput (&$oattr, $value, $index="") |
|
| elinkEncode (&$doc, $attrik, $link, $index, &$ititle="", &$isymbol="") |
|
| getLayArray (&$lay, &$doc, &$oattr, $row=-1) |
|
| sortEnumMap ($enumMap, $sortBy) |
|
Get Html form inputs for documents
Definition at line 11 of file Class.DocFormFormat.php.
__construct |
( |
Doc & |
$doc | ) |
|
elinkEncode |
( |
& |
$doc, |
|
|
|
$attrik, |
|
|
|
$link, |
|
|
|
$index, |
|
|
& |
$ititle = "" , |
|
|
& |
$isymbol = "" |
|
) |
| |
- Parameters
-
Doc | $doc | |
string | $attrik | |
string | $link | |
int | $index | |
string | $ititle | |
string | $isymbol | |
- Returns
- string
Definition at line 1071 of file Class.DocFormFormat.php.
getHtmlInput |
( |
& |
$oattr, |
|
|
|
$value, |
|
|
|
$index = "" |
|
) |
| |
Compose html code to insert input
- Parameters
-
NormalAttribute | &$oattr | attribute to edit |
string | $value | value of the attribute |
string | $index | in case of array : row of the array |
- Returns
- mixed|string
PhpDeprecationInspection only for very old compatibility
Definition at line 101 of file Class.DocFormFormat.php.
getLayArray |
( |
& |
$lay, |
|
|
& |
$doc, |
|
|
& |
$oattr, |
|
|
|
$row = - 1 |
|
) |
| |
static rowattrReplace |
( |
& |
$doc, |
|
|
|
$s, |
|
|
|
$index, |
|
|
& |
$defval = null |
|
) |
| |
|
static |
add some js handler un input like onmouseover="alert('foo')"
- Parameters
-
Definition at line 90 of file Class.DocFormFormat.php.
sortEnumMap |
( |
|
$enumMap, |
|
|
|
$sortBy |
|
) |
| |
Sort an enum's (key => label) mapping structure by 'key' or 'label'.
- Parameters
-
- Returns
- array the sorted enum's mapping structure
Definition at line 1928 of file Class.DocFormFormat.php.
const arrayIndex = '__1x_' |
The documentation for this class was generated from the following file: