Nicolas Malin created OFBIZ-12748:
-------------------------------------
Summary: Add CommonDynamicMulti generic form on the theming engine
Key: OFBIZ-12748
URL: https://issues.apache.org/jira/browse/OFBIZ-12748
Project: OFBiz
Issue Type: Improvement
Components: themes
Affects Versions: Upcoming Branch
Reporter: Nicolas Malin
To manage the multi form on the theming engine we added a new generic form
CommonDynamicMulti to help the theme to implement how rendering all them.
Example :
<form name="MyMultiForm" target=".." use-row-submit="true"
extends="CommonDynamicMulti"
extends-resource="component://common/widget/CommonForms.xml">
...
With this implementation, OFBiz can generate automatically the dynamic sort ,
dynamic pagination and manage the presence of callback.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)