Searched refs:rowspans (Results 1 – 8 of 8) sorted by relevance
21 protected $rowspans; variable in RowspanHandler27 $this->rowspans = array();37 $this->rowspans[] = $rs;50 $rs = $this->rowspans[$i]->getRowspan() - 1;51 $this->rowspans[$i]->setRowspan($rs);55 unset($this->rowspans[$i]);56 $this->rowspans = array_values($this->rowspans);70 return $this->rowspans[$i]->getRowspan();80 while ($i < count($this->rowspans) && $cell_id != $this->rowspans[$i]->getCellId()) {83 if ($i >= count($this->rowspans)) {
41 +", rowspans:"+ rows[row][col].rowspan
7 var $rowspans; variable in TableRowBox
47 with col/rowspans
81 //calculate texarea.rowspans positions103 //remove textareas in rowspans390 var rowspans = [];393 //found rowspans mother cells401 rowspans[ind] = jQuery(this);445 var $mother_cell = rowspans[rowspans_keys[rowsp_cell_ind]];450 jQuery('<textarea class="'+tclass+' rowspans dtable_field" name="col' + col +'">').val(content).width(width).css({'position': 'relative', 'display': 'block'}).appendTo($mother_cell);
66 Created loop in insert_table() that goes through all rows checking for rowspans. Rowspan property o…67 all rows where rowspans have been processed, causing them to be ignored on subsequent passes of loo…
299 You can have rowspans (vertically connected cells) by adding '':::'' into the cells below the one to which they should connect.