wiki:BluePrintRepresent

Version 1 (modified by Fran Boon, 15 years ago) ( diff )

--

Blue Print for Represent changes

We want to separate out the db[table][field].represent used for the HTML representation (Web2Py core is heavily built on this) from the one which we use for Export representations, such as XLS, CSV, RSS, which shouldn't include HTML tags or AJAX calls.

We therefore propose subclassing Field to include a new .represent_export or .represent_simple for the other representations (which we control in RESTLike controller & S3XRC & hence requires minimal changes to Web2Py core). If no .represent_export exists, then it would fallback to using the normal .represent.


BluePrints

Note: See TracWiki for help on using the wiki.