aboutsummaryrefslogtreecommitdiff
path: root/templates/forms/news_ranges_input.php
blob: 2302bc707dc774dbddde7150f10c1ea0473c3211 (plain)
1
2
3
4
5
6
7
8
9
<editable-list name="<?= htmlReady($this->name) ?>"
               quicksearch="<?= htmlReady((string) $searchtype) ?>"
               :items="<?= htmlReady(json_encode($items)) ?>"
               :selectable="<?= htmlReady(json_encode($selectable)) ?>"
               :category_order="<?= htmlReady(json_encode($category_order)) ?>"
               :required="STUDIPFORM_REQUIRED.indexOf('<?= htmlReady($this->name) ?>') !== -1"
               label="<?= htmlReady($this->title) ?>"
               @input="output => <?= htmlReady($this->name) ?> = output">
</editable-list>