-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Implemented
-
Affects Version/s: Trunk
-
Fix Version/s: Upcoming Branch
-
Component/s: framework/widget
Currently when you want to display an information easily on sub-screen dynamically (example as related element) is currently not possible without write specific js code. A easy step would be add a new link type: update-area, to indicate to the theme that we want to refresh after the call only a local area.
<link target="ListCategoryProductMembers" link-type="update-area" target-window="detail"> <parameter param-name="productCategoryId" from-field="productCategory.productCategoryId"/> </link>