| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | public function beforeParentInit() |
||
| 17 | { |
||
| 18 | $this->itemsTagName = 'ul'; |
||
| 19 | $this->itemsCssClass = 'thumbnails item-grid'; |
||
| 20 | |||
| 21 | // Scroll to the top of the list and trigger unveiling of images |
||
| 22 | // whenever the page is changed |
||
| 23 | $this->afterAjaxUpdate = new CJavaScriptExpression("function() { |
||
| 24 | location.hash = '#result-list'; |
||
| 38 |