7921 Posts in 1359 Topics by 933 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » Customize CMS - DataObject Manager module
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 722 Views |
-
Customize CMS - DataObject Manager module

6 September 2010 at 11:26pm
...
protected $per_page = "50";
...
protected $per_page_map = array('50', '100');Would I need to use a DataObject Decorator Class to update these values outside the module?
-
Re: Customize CMS - DataObject Manager module

7 September 2010 at 1:38am
No, you can update those at the instance level.
$myDOM->setPerPageMap();
$myDOM->setPageSize(); -
Re: Customize CMS - DataObject Manager module

7 September 2010 at 8:04pm Last edited: 7 September 2010 8:06pm
That's create, many thanks
| 722 Views | ||
|
Page:
1
|
Go to Top |

