Home
last modified time | relevance | path

Searched refs:rowspans (Results 1 – 8 of 8) sorted by relevance

/plugin/latexit/classes/
H A DRowspanHandler.php21 protected $rowspans; variable in RowspanHandler
27 $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)) {
/plugin/ckgdoku/scripts/
H A Dtable_debugging_code.js.unc41 +", rowspans:"+ rows[row][col].rowspan
/plugin/ckgedit/scripts/
H A Dtable_debugging_code.js.unc41 +", rowspans:"+ rows[row][col].rowspan
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.row.php7 var $rowspans; variable in TableRowBox
H A DChangeLog47 with col/rowspans
/plugin/dtable/
H A Dscript.js387 var rowspans = [];
398 rowspans[ind] = jQuery(this);
442 var $mother_cell = rowspans[rowspans_keys[rowsp_cell_ind]];
/plugin/fckg/
H A DChanges66 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…
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt299 You can have rowspans (vertically connected cells) by adding '':::'' into the cells below the one to which they should connect.