Searched refs:showClass (Results 1 – 2 of 2) sorted by relevance
/plugin/combo/syntax/ |
H A D | label.php | 227 $showClass = "show"; 229 $showClass = ""; 233 $renderer->doc .= "<div id=\"$collapseId\" class=\"collapse $showClass\" aria-labelledby=\"$headingId\" data-{$dataNamespace}parent=\"#$headingId\">";
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | pfcclient.js | 1691 showClass: function(root, clsName, clsIgnore, show) method in pfcClient 1763 this.showClass(root, 'pfc_date', 'pfc_invisible', true); 1764 this.showClass(root, 'pfc_heure', 'pfc_invisible', true); 1771 this.showClass(root, 'pfc_date', 'pfc_invisible', false); 1772 this.showClass(root, 'pfc_heure', 'pfc_invisible', false);
|