showform.php
Table of Contents
- lotgd_showform() : mixed
- Construct FORM LOTGD style.
- lotgd_show_form_field() : mixed
Functions
lotgd_showform()
Construct FORM LOTGD style.
lotgd_showform(mixed $layout, array<string|int, mixed> $row[, bool $nosave = false ][, false|pattern $keypref = false ][, bool $print = true ][, callable $callback = null ]) : mixed
Parameters
- $layout : mixed
- $row : array<string|int, mixed>
- $nosave : bool = false
- $keypref : false|pattern = false
- $print : bool = true
- $callback : callable = null
-
This can use for personalize the form used to show all inputs or for more process. Can still use lotgd_show_form_field in your callable Both functions get same parameters function($info, $row, $key, $keyout, $val, $extensions)
Tags
Return values
mixed —lotgd_show_form_field()
lotgd_show_form_field(mixed $info, mixed $row, mixed $key, mixed $keyout, mixed $val, mixed $extensions) : mixed
Parameters
- $info : mixed
- $row : mixed
- $key : mixed
- $keyout : mixed
- $val : mixed
- $extensions : mixed