[ 
https://issues.apache.org/jira/browse/OFBIZ-12748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680169#comment-17680169
 ] 

ASF subversion and git services commented on OFBIZ-12748:
---------------------------------------------------------

Commit e0c0a4d074657243f3b1b810541b775a22d7a7f1 in ofbiz-framework's branch 
refs/heads/trunk from Nicolas Malin
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=e0c0a4d074 ]

Improved: Add CommonDynamicMulti generic form on the theming engine 
(OFBIZ-12748)

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.


> 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
>            Priority: Minor
>
> 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)

Reply via email to