Opened 12 years ago
Closed 8 years ago
#8012 closed defect (wontfix)
[dojox.widget] Pager cleanups and enhancements
Reported by: | dante | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | DojoX Widgets | Version: | 1.2.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
the !dojox.widget.Pager widget has limited functionality, and still needs more DRY cleanup as outlined by #7202.
Suggested enhancements:
- allow query="" parameters to pass to the store
- allow more granular control over the incoming data items (eg: a post-item formatting function?)
- add notification API support, so new items when added will be placed in the pager
Attachments (1)
Change History (4)
comment:1 Changed 12 years ago by
Milestone: | tbd → future |
---|
Changed 11 years ago by
Attachment: | pager-content.patch added |
---|
comment:2 Changed 11 years ago by
The attached patch enhances the dojox.widget.Pager by adding support for setting the page content to all types supported by the dojo.place function. Prior to this patch, you could only set the page content to an HTML string. With the patch, domNode and Nodelist are now supported.
comment:3 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Closing apparently abandoned component/ticket. Please re-open if desired.
Note: See
TracTickets for help on using
tickets.
Support for setting page content to all types supported by dojo.place