-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.4.2
-
Fix Version/s: 5.5
-
Component/s: None
-
Tags:
Sometimes ajax interactions make it difficult to update a list of components according to a user action. Having a component that keeps and exposes a value, and make other components use this value would make things easier for:
- switching a layout mode (no need to bind the current layout mode to a bean)
- toggle the appearance of a block of widgets (no need to bind this boolean to a bean)
- customizing values rendered by a list of components according to one given value that can be changed via an ajax action (for instance, display the icon of the chosen document in single document suggestion widget) as for now, all the components to impact need to be referenced in the ajax call
- is required by
-
NXS-453 Make it possible to add tabs that display a layout that can be switched by the user either on view or edit mode
- Resolved
-
NXP-7791 Add a single document suggestion
- Resolved
-
NXP-8144 Add a layout widget type supporting mode switch
- Resolved
-
NXS-774 Have a Layout widget that can be added in summary, and any tabs
- Resolved
-
NXP-8996 Allow dynamic rendering of parts of layouts
- Resolved