Function “display_dftyp()”

Geschätzte Lektüre: 1 Minute
string display_dftyp(array $gresult, numeric $gtabid, numeric $fieldid, numeric $ID, string [$class], string [$style], sting [$pos], numeric [$z_index], array[$event]);

Functional display of a table. The function takes into account ‘Formatting’, ‘Write’ and ‘Read’ access rights.

Parameters:

The transfer parameters are inserted, where needed, in the return array.

$gresult

  • Database query result set. Generated by the get_gresult() function.

$gtabid

  • Table ID of the table

$fieldid

  • Field ID of the field

$ID

  • ID of the data record

$class

  • css class to be assigned to the element

$style

  • css style to be assigned to the element

$pos

  • css compliant position (top, left) where the element should be positioned absolutely.

$z_index

  • css compliant zIndex, for the position of the element.

$event

  • Events to which the element should respond
Share this Doc

Function “display_dftyp()”

Or copy link

CONTENTS