Metadata
- Source
- FLUID-2329
- Type
- Task
- Priority
- Critical
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Justin Obara
- Reporter
- Anastasia Cheetham
- Created
2009-03-10T15:24:26.000-0400 - Updated
2011-01-28T15:27:04.501-0500 - Versions
-
- 0.8
- 1.3
- Fixed Versions
-
- 1.3.1
- Component
-
- Pager
Description
This should include using the renderedPageList as the default pageList in the pagerBar defaults:
fluid.defaults("fluid.pager.pagerBar", {
pageList: {
type: "fluid.pager.renderedPageList"
}
...
and providing whatever other defaults would be required by the renderedPageList.
Comments
-
Justin Obara commented
2011-01-27T09:34:56.541-0500 FLUID-2329.patch.txt reconfigures the defaults to use the rendered version of pager as the default.
-
Justin Obara commented
2011-01-27T09:58:55.197-0500 FLUID-2329-v2.patch.txt same as the previous patch, but updated the integration and standalone demos as well.
-
Michelle D'Souza commented
2011-01-28T13:08:46.974-0500 I think it would be better to change the defaults of the pager bar itself and then the pager would not override defaults for it.
-
Justin Obara commented
2011-01-28T13:53:57.919-0500 FLUID-2329-v3.patch.txt updates the fluid.pager.pagerBar defaults to use the rendered version, instead of having the parent component override it's defaults.