Home
last modified time | relevance | path

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

/plugin/columns/
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/
Dhandsontable.full.js43798 this.addHook('beforeColumnResize', function (currentColumn, newSize, isDoubleClick) { argument
43799 return _this2.onBeforeColumnResize(currentColumn, newSize, isDoubleClick);
/plugin/zwidoku/files/
H A Djs.js1 …ook('beforeColumnResize',function(currentColumn,newSize,isDoubleClick){return _this2.onBeforeColum…