1779 Posts in 582 Topics by 556 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 978 Views |
-
SearchForm - Set the page length

6 February 2011 at 6:52pm
Hi all.
Quick question - In the SilverStripe book it says you can adjust the number of results the search form returns. By default it is 10. It says to use the method SearchForm->setPageLength().
So how would I do this exactly. Thanks for your time.
Monty.
-
Re: SearchForm - Set the page length

9 February 2011 at 9:38am
in Page.php...
function init() {
...
//towards the end
$this->setPageLength(20);
...
}i think
| 978 Views | ||
|
Page:
1
|
Go to Top |


