Searched refs:nSpan (Results 1 – 3 of 3) sorted by relevance
22 var $nSpan = 0; variable in renderer_plugin_text67 $this->nSpan = 0;538 $this->nSpan = $colspan;544 if ($this->nSpan > 0) {545 $this->doc .= str_repeat(',', $this->nSpan - 1);547 $this->nSpan = 0;
24 $nSpan = 0;
3032 var nSpan = document.createElement('span');3033 nSpan.className = oSettings.oClasses.sSortIcon;3034 nDiv.appendChild( nSpan );