You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2016/04/29 11:30:13 UTC

[jira] [Updated] (OFBIZ-6736) The attribute paginate-style of form widget dose not work

     [ https://issues.apache.org/jira/browse/OFBIZ-6736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-6736:
-----------------------------------
    Fix Version/s:     (was: Trunk)
                   14.12.01

> The attribute paginate-style of form widget dose not work
> ---------------------------------------------------------
>
>                 Key: OFBIZ-6736
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6736
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Wei Zhang
>            Assignee: Wei Zhang
>             Fix For: 14.12.01
>
>
> If I set my paginate-style with following code 
> {code:xml}
>     <form name="ListExamples" type="list" list-name="listIt" paginate-target="FindExample" default-entity-name="Example" separate-columns="true"
>         odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" paginate-style="my-style">
> {code}
> The output html code in browser is :
> {code:xml}
> <div class="nav-pager">
> {code}  
> But the expected output should be:
> <div class="my-style">



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)