Allow the Filter widget container to be targeted by the AJAX framework
This commit is contained in:
parent
3d4b451744
commit
91e4e96929
|
|
@ -1,4 +1,5 @@
|
|||
<div
|
||||
id="<?= $this->getId(); ?>"
|
||||
class="control-filter <?= $cssClasses ?>"
|
||||
data-control="filterwidget"
|
||||
data-options-handler="<?= $this->getEventHandler('onFilterGetOptions') ?>"
|
||||
|
|
|
|||
Loading…
Reference in New Issue