Collaboration diagram for DocHtmlFormat:Public Member Functions | |
| __construct (Doc &$doc) | |
| setDoc (Doc &$doc) | |
| getHtmlValue ($oattr, $value, $target="_self", $htmlLink=true, $index=-1, $useEntities=true, $abstractMode=false) | |
| formatDefault ($kvalue, $avalue) | |
| formatImage ($kvalue, $avalue) | |
| formatFile ($kvalue, $avalue) | |
| formatLongtext ($kvalue, $avalue) | |
| formatPassword ($kvalue, $avalue) | |
| formatEnum ($kvalue, $avalue) | |
| formatArray ($kvalue, $avalue) | |
| formatDoc ($kvalue, $avalue) | |
| formatAccount ($kvalue, $avalue) | |
| formatDocid ($kvalue, $avalue) | |
| formatThesaurus ($kvalue, $avalue) | |
| formatOption ($kvalue, $avalue) | |
| formatMoney ($kvalue, $avalue) | |
| formatHtmltext ($kvalue, $avalue) | |
| formatDate ($kvalue, $avalue) | |
| formatTime ($kvalue, $avalue) | |
| formatTimestamp ($kvalue, $avalue) | |
| formatIfile ($kvalue, $avalue) | |
| formatColor ($kvalue, $avalue) | |
Data Fields | |
| $doc = null | |
Get Html Value for document
Definition at line 11 of file Class.DocHtmlFormat.php.
| __construct | ( | Doc & | $doc | ) |
| formatAccount | ( | $kvalue, | |
| $avalue | |||
| ) |
format Account attribute
| $kvalue | |
| $avalue |
Definition at line 841 of file Class.DocHtmlFormat.php.
Here is the call graph for this function:| formatArray | ( | $kvalue, | |
| $avalue | |||
| ) |
format Array attribute
| $kvalue | |
| $avalue |
Definition at line 597 of file Class.DocHtmlFormat.php.
Here is the call graph for this function:| formatColor | ( | $kvalue, | |
| $avalue | |||
| ) |
format Color attribute
| $kvalue | |
| $avalue |
Definition at line 1149 of file Class.DocHtmlFormat.php.
| formatDate | ( | $kvalue, | |
| $avalue | |||
| ) |
format Date attribute
| $kvalue | |
| $avalue |
Definition at line 1065 of file Class.DocHtmlFormat.php.
Here is the call graph for this function:| formatDefault | ( | $kvalue, | |
| $avalue | |||
| ) |
format Default attribute
| $kvalue | |
| $avalue |
Definition at line 285 of file Class.DocHtmlFormat.php.
| formatDoc | ( | $kvalue, | |
| $avalue | |||
| ) |
format Doc attribute
| $kvalue | |
| $avalue |
Definition at line 817 of file Class.DocHtmlFormat.php.
Here is the call graph for this function:| formatDocid | ( | $kvalue, | |
| $avalue | |||
| ) |
format Docid attribute
| $kvalue | |
| $avalue |
Definition at line 852 of file Class.DocHtmlFormat.php.
Here is the call graph for this function:| formatEnum | ( | $kvalue, | |
| $avalue | |||
| ) |
format Enum attribute
| $kvalue | |
| $avalue |
Definition at line 569 of file Class.DocHtmlFormat.php.
| formatFile | ( | $kvalue, | |
| $avalue | |||
| ) |
format File attribute
| $kvalue | |
| $avalue |
Definition at line 353 of file Class.DocHtmlFormat.php.
Here is the call graph for this function:| formatHtmltext | ( | $kvalue, | |
| $avalue | |||
| ) |
format HTML attribute
| $kvalue | |
| $avalue |
Definition at line 992 of file Class.DocHtmlFormat.php.
Here is the call graph for this function:| formatIfile | ( | $kvalue, | |
| $avalue | |||
| ) |
format IFile attribute
| $kvalue | |
| $avalue |
Definition at line 1131 of file Class.DocHtmlFormat.php.
| formatImage | ( | $kvalue, | |
| $avalue | |||
| ) |
format Image attribute
| $kvalue | |
| $avalue |
Definition at line 304 of file Class.DocHtmlFormat.php.
Here is the call graph for this function:| formatLongtext | ( | $kvalue, | |
| $avalue | |||
| ) |
format Longtext attribute
| $kvalue | |
| $avalue |
Definition at line 529 of file Class.DocHtmlFormat.php.
| formatMoney | ( | $kvalue, | |
| $avalue | |||
| ) |
format Money attribute
| $kvalue | |
| $avalue |
Definition at line 968 of file Class.DocHtmlFormat.php.
| formatOption | ( | $kvalue, | |
| $avalue | |||
| ) |
format Option attribute
| $kvalue | |
| $avalue |
Definition at line 944 of file Class.DocHtmlFormat.php.
| formatPassword | ( | $kvalue, | |
| $avalue | |||
| ) |
format Password attribute
| $kvalue | |
| $avalue |
Definition at line 554 of file Class.DocHtmlFormat.php.
| formatThesaurus | ( | $kvalue, | |
| $avalue | |||
| ) |
format Image attribute
| $kvalue | |
| $avalue |
Definition at line 908 of file Class.DocHtmlFormat.php.
| formatTime | ( | $kvalue, | |
| $avalue | |||
| ) |
format Time attribute
| $kvalue | |
| $avalue |
Definition at line 1086 of file Class.DocHtmlFormat.php.
| formatTimestamp | ( | $kvalue, | |
| $avalue | |||
| ) |
format TimeStamp attribute
| $kvalue | |
| $avalue |
Definition at line 1110 of file Class.DocHtmlFormat.php.
Here is the call graph for this function:| getHtmlValue | ( | $oattr, | |
| $value, | |||
$target = "_self", |
|||
$htmlLink = true, |
|||
$index = - 1, |
|||
$useEntities = true, |
|||
$abstractMode = false |
|||
| ) |
get html fragment for a value of an attribute for multiple values if index >= 0 the value must be the ith value of array values
| NormalAttribute | $oattr | |
| string | $value | raw value |
| string | $target | |
| bool | $htmlLink | |
| int | $index | |
| bool | $useEntities | |
| bool | $abstractMode |
Definition at line 59 of file Class.DocHtmlFormat.php.
Here is the call graph for this function:| setDoc | ( | Doc & | $doc | ) |
Definition at line 43 of file Class.DocHtmlFormat.php.
| $doc = null |
Definition at line 16 of file Class.DocHtmlFormat.php.