Q
QuackieMackie
Guest
I have just added a multi selection box to some filtering.
HTML:
When filters are applied, the filter...
Read more
Continue reading...
HTML:
Code:
<xf:cell width="41%" rowspan="2">
<xf:select name="type" value="{$filters.type}" multiple="true">
<xf:option value="any">{{ phrase('any') }}</xf:option>
<xf:options source="$filterBits.types" />
</xf:select>
</xf:cell>
When filters are applied, the filter...
Read more
Continue reading...