Ferreteria/v0.5/portcard/disp: Difference between revisions
< Ferreteria | v0.5 | portcard
Jump to navigation
Jump to search
(Created page with "{| |- |'''Navigation''': {{l/ver|PortBank}} : {{l/ver|PortRow}} : {{l/ver|PortCard}} : | : {{l/ver|PortCard/calc|Native}} : {{l/ver|PortCard/disp|Display}} : {{l/ver|PortCard/...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{fmt/title|PortCard Display class}} | |||
{| | {| | ||
|- | |- | ||
|'''Navigation''': {{l/ver|PortBank}} : {{l/ver|PortRow}} : {{l/ver|PortCard}} : | |'''Navigation''': {{l/ver|PortBank}} : {{l/ver|PortRow}} : {{l/ver|PortCard}} : | ||
| | | | ||
{{l/ver|PortCard/calc|Native}}<br> | |||
{{l/ver|PortCard/disp|Display}}<br> | |||
{{l/ver|PortCard/stor|Storage}} | |||
|} | |} | ||
* '''code''': {{l/ferreteria/code|data/fields/card/k1i/disp.php}} | |||
* '''related''': {{l/ver|PortRow/Disp}} | |||
==About== | |||
As with the {{l/ver|PortRow/disp|PortRow display}} classes, the PortCard display classes handle user I/O formats. Currently only HTML/HTTP are supported, i.e. the available classes can render values as HTML controls for editing and can translate the GET/POST data received from those controls back into {{l/ver|PortCard/calc|Native}} format. | |||
==Required Methods== | |||
''none at present'' |
Latest revision as of 13:07, 10 June 2022
PortCard Display class
|
Navigation: PortBank : PortRow : PortCard : |
- code: data/fields/card/k1i/disp.php
- related: PortRow/Disp
About
As with the PortRow display classes, the PortCard display classes handle user I/O formats. Currently only HTML/HTTP are supported, i.e. the available classes can render values as HTML controls for editing and can translate the GET/POST data received from those controls back into Native format.
Required Methods
none at present