Opened 13 years ago
Closed 13 years ago
#7202 closed enhancement (fixed)
[dojox.widget] Add Pager Widget [meta]
Reported by: | dante | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Widgets | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Upgrade the !dojoc.sandbox.pager.DataPager? to dojox.widget
Initial checkin will be direct port. Code desperately needs a DRY pass, but want to check in "working" code re-namespaced before attempting any optimizations, and to allow for collaboration. Doc / DRY pass coming in incremental parts, and better styling will come courtesy nonken.
All code is originally nikolai onken's [cla] doing.
Change History (5)
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
pager widget is in, though still needs some more cleanups. It works in its current incarnation, so closing this bug for now.
Note: See
TracTickets for help on using
tickets.
(In [14452]) testing !strict - removed json data suspecting it is the culprit, which causes test to fail.
refs #7202 - initial checkin of dojox.widget.Pager from dojoc/ with some style cleanups. needs the afformentioned DRY pass, and styles indicitive of each theme (had to remove the dojoc.Rounded widgets from the example). noticing a thing in ie7 where the vertical nodes only occupy the natural height rather than taking a percentage of the page. this widget is marked experimental, and if there was a rating higher than experimental, it would be that. (at least until the DRY run and documentation come about). expect minor API changes.
also tiny style cleanup in RollingList?, and README update for Roller widget.