-
Type: Sub-task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.4
-
Fix Version/s: 5.4.1
-
Component/s: Layouts & Widgets
-
Impact type:Configuration format change
-
Upgrade notes:
Current widgets rendering contains HTML and JS (and this makes sense since their current rendering target is JSF/HTML).
With Seam additional tags libs, we can use JSF tags to render PDF (via IText), RSS/ATOM (via yarfraw ) and CSV/Excel (via JXL).
For these rendering targets we need to widgets rendering to provide either :
- a RAW/Plain mode so that we only get text
- a support for specific PDF/XL formating tags
For that we need to :
- change some of the widgets used in listing mode to make them easily extandable (i.e. use template widgets)
- add support for new mode (impact on template and mode bindings)
- depends on
-
NXP-6437 Replace the 'header' layout mode by 'view'
- Resolved