Ferreteria/v0.5/portcard/disp: Difference between revisions
< Ferreteria | v0.5 | portcard
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{fmt/title|PortCard Display class}} | |||
{| | {| | ||
|- | |- | ||
Line 7: | Line 8: | ||
{{l/ver|PortCard/stor|Storage}} | {{l/ver|PortCard/stor|Storage}} | ||
|} | |} | ||
* '''code''': {{l/ferreteria/code|data/fields/card/k1i/disp.php}} | |||
* '''related''': {{l/ver|PortRow/Disp}} | |||
==About== | ==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. | 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== | ==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