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 |
||
Line 3: | Line 3: | ||
|'''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}} | |||
|} | |} | ||
==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== | |||
* '''ContentTemplateString()''' must return a string template which shows how a given row's data should be presented | |||
(listing possibly incomplete) |
Revision as of 14:29, 28 May 2022
Navigation: PortBank : PortRow : PortCard : |
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
- ContentTemplateString() must return a string template which shows how a given row's data should be presented
(listing possibly incomplete)