Home
last modified time | relevance | path

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

/plugin/columns/
H A Daction.php226 private $currentColumn; variable in columns_block
236 $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 …]
/plugin/edittable/lib/
H A Dhandsontable.full.js43798 this.addHook('beforeColumnResize', function (currentColumn, newSize, isDoubleClick) {
43799 return _this2.onBeforeColumnResize(currentColumn, newSize, isDoubleClick);