Searched refs:currentColumn (Results 1 – 2 of 2) 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) {43799 return _this2.onBeforeColumnResize(currentColumn, newSize, isDoubleClick);