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

Wickersheimer Jeremy commented on OFBIZ-1096:
---------------------------------------------

Ok i will rewrite the thing a bit with those changes:
- use nav-* CSS classes by default, i also remove the disabled style because i 
don't think we need 4 attributes for this. Instead i will use (normal style 
class) + "-disabled"
- use "nav-pager" as the default style for the pager container, and an 
attribute paginate-style for the user to override. This makes implementing a 
custom style for the pager easier because only this style will need to be 
changed.
- rewrite some if blocks to follow the coding format
- change the table structure for:
<div class="..">
  <ul>
    <li>..</li>
  </ul>
</div>
- patch for maincss.css so that the pager looks the same with the new HTML and 
classes.

> Enhanced pager for Forms
> ------------------------
>
>                 Key: OFBIZ-1096
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1096
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Wickersheimer Jeremy
>            Priority: Minor
>         Attachments: form-dtd.patch, HtmlFormRenderer.patch, ModelForm.patch
>
>
> I am currently working on an enhanced pager. The change affects a few files 
> in the framework but i tried to make it as small as possible.
> The main enhancement is to add "First" and "Last" button in the pager as well 
> as a javascript combobox to quickly jump to any page.
> It is inspired by the Neogia implementation but rewritten to integrate with 
> the existing pager.
> I will attach the patches as i apply the changes to the latest SVN trunk 
> version.
> PS: I would like to use this issue to have your comments on another pager 
> issue. The current implementation doesn't support pages that display more 
> than one list form for the obvious reason that the only the parameters 
> VIEW_SIZE and VIEW_INDEX are used in the pager, which lacks a parameter to 
> differentiate the form.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to