Ferreteria/v0.5/portcard/disp: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
{{l/ver|PortCard/stor|Storage}}
{{l/ver|PortCard/stor|Storage}}
|}
|}
'''code''': {{l/ferreteria/code|data/fields/card/k1i/disp.php}}
==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==
* '''ContentTemplateString()''' must return a string template which shows how a given row's data should be presented
''none at present''
 
(listing possibly incomplete)

Revision as of 15:46, 30 May 2022

Navigation: PortBank : PortRow : PortCard :

Native
Display
Storage

code: data/fields/card/k1i/disp.php

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