Searched refs:currentColumn (Results 1 – 3 of 3) sorted by relevance
226 private $currentColumn; variable in columns_block236 $this->currentColumn = null;251 if ($this->currentColumn != null) {252 $this->currentColumn->close($callIndex);254 $this->currentColumn = new columns_column($callIndex, $sectionLevel);255 $this->column[] = $this->currentColumn;262 $this->currentColumn->openSection();269 $this->currentColumn->closeSection($callIndex);276 $this->currentColumn->startSection($callInfo);283 $this->currentColumn->endSection($callInfo);[all …]
43798 this.addHook('beforeColumnResize', function (currentColumn, newSize, isDoubleClick) { argument43799 return _this2.onBeforeColumnResize(currentColumn, newSize, isDoubleClick);
1 …ook('beforeColumnResize',function(currentColumn,newSize,isDoubleClick){return _this2.onBeforeColum…