Home
last modified time | relevance | path

Searched refs:tagsForSection (Results 1 – 2 of 2) sorted by relevance

/plugin/tagsections/
Dscript.js17 request({availableTags: true, tagsForSection: true}, showTagSelection); property
42 data.availableTags = jQuery.extend( true, data.availableTags, data.tagsForSection);
58 var check = typeof data.tagsForSection != 'undefined' &&
59 typeof data.tagsForSection[namespace] != 'undefined' &&
60 typeof data.tagsForSection[namespace][tag] != 'undefined';
/plugin/tagsections/action/
Dajax.php71 $tagsForSection = $this->__getTagsForSection($filter, $range);
72 $result['tagsForSection'] = $filter->categorysizeTags($tagsForSection);