Home
last modified time | relevance | path

Searched refs:colspan (Results 26 – 50 of 88) sorted by last modified time

1234

/plugin/ckgedit/scripts/
H A Dtable_debugging_code.js.unc16 str+= " colspan=" +rows[i][col].colspan + " ";
42 +", colspans:"+ rows[row][col].colspan
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc120 …html.push( '<td colspan="4" class="cke_dark_background cke_centered" style="vertical-align: middle…
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js6869 DayTableMixin.prototype.renderHeadDateCellHtml = function (date, colspan, otherAttrs) {
6902 (colspan > 1 ?
6903 ' colspan="' + colspan + '"' :
/plugin/text/
H A Drenderer.php529 function tableheader_open($colspan = 1, $align = NULL, $rowspan = 1, $classes = null) { argument
537 function tablecell_open($colspan = 1, $align = NULL, $rowspan = 1, $classes = null) { argument
538 $this->nSpan = $colspan;
/plugin/actionrenderer/
H A Drenderer.php495 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) argument
507 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) argument
/plugin/tablelayout/script/
H A Dtablelayout_functions.js159 var colspan = $cell.attr('colspan') - 1;
161 for (var i = 0; i < colspan; i += 1) {
/plugin/quickstats/scripts/
H A Dextended_data.php114 $table .= '<tr>' . cell('&nbsp;', $type='td', $colspan='9') . '</tr>';
232 function cell($data, $type='td', $colspan="",$p_brief=false) { argument
234 if($colspan) $colspan = "colspan='$colspan'";
243 return "<$type class='$class' $colspan nowrap valign='top'>$data</$type>";
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js6278 last.colspan != null && last.colspan > 1)
6283 last.colspan--;
6293 if (last == null || last.colspan < 1)
6295 temp.colspan = parseInt(style['colspan'] || 0);
6306 temp.colspan = parseInt(upper.style['colspan'] || 0);
10597 var colspan = cells[i].getAttribute('colspan');
10598 cols += (colspan != null) ? parseInt(colspan) : 1;
H A DShapes.js258 var colspan = (i == 1) ? parseInt(graph.getCurrentCellStyle(
262 data.colspans[i] = colspan - 1;
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js2492colspan&&1<d.colspan&&(d.geo.width+=null!=m.alternateBounds?m.alternateBounds.width:m.width,n=!1,d…
2493 …wspan?(m.rowspan=parseInt(n.rowspan||0),g[q]=m):null!=u&&(m.colspan=parseInt(u.style.colspan||0))}…
2703 …gth;ya++)q=sa[ya],m=1==k?parseInt(z.getCurrentCellStyle(q.cells[k-1],!0).colspan||1):sa[ya].colspa…
2704 !0).colspan||1),l=q.y):(0<l&&b.lineTo(d+da.x+g.x,f+l-g.height),b.moveTo(d+da.x+g.x,f+q.y),l=0);b.li…
H A Dviewer.min.js2492colspan&&1<d.colspan&&(d.geo.width+=null!=m.alternateBounds?m.alternateBounds.width:m.width,n=!1,d…
2493 …wspan?(m.rowspan=parseInt(n.rowspan||0),g[q]=m):null!=u&&(m.colspan=parseInt(u.style.colspan||0))}…
2703 …gth;ya++)q=sa[ya],m=1==k?parseInt(z.getCurrentCellStyle(q.cells[k-1],!0).colspan||1):sa[ya].colspa…
2704 !0).colspan||1),l=q.y):(0<l&&b.lineTo(d+da.x+g.x,f+l-g.height),b.moveTo(d+da.x+g.x,f+q.y),l=0);b.li…
H A Dapp.min.js2741colspan&&1<h.colspan&&(h.geo.width+=null!=n.alternateBounds?n.alternateBounds.width:n.width,p=!1,h…
2742 …wspan?(n.rowspan=parseInt(p.rowspan||0),c[m]=n):null!=q&&(n.colspan=parseInt(q.style.colspan||0))}…
3249 …[A-1],!0).colspan||1):h[l].colspans[A-1],F.colspans[A]=D-1,1>F.colspans[A]?(F.colspans[A]=parseInt…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1colspan`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#attr-colspan) attribute, us…
/plugin/dtable/
H A Dscript.js309 var colspan = $this_cell.attr("colspan");
424 var colspan = cells[i][0];
436 colspan = mod[2];
467 if (colspan > 1)
546 width /= colspan;
547 for (var j = 0; j < colspan; j++)
598 for (var j = 1; j < colspan; j++)
606 $button.data('colspan', colspan);
614 var width = $mother.width() / colspan;
641 function(cclass, rowspan, colspan, value) argument
[all …]
/plugin/exttab3/helper/
H A Dodt.php38 $colspan = 1;
40 $colspan = $matches[1];
90 $renderer->_odtTableHeaderOpenUseCSS($colspan, $rowspan, $tag, $attr);
96 $renderer->_odtTableCellOpenUseCSS($colspan, $rowspan, $tag, $attr);
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js5234 …label":$STR("RequestHeaders")}))),sourceTag:TR({role:"presentation"},TD({colspan:2,role:"presentat…
5269colspan:3,role:"presentation"},DIV({"class":"netInfoPostParams"},$STR("net.label.Parameters"),SPAN…
5326 …netLimitRow",$collapsed:"$isCollapsed"},TD({"class":"netCol netLimitCol",colspan:6},TABLE({cellpad…
7772 var WatchRowTag=TR({"class":"watchNewRow",level:0},TD({"class":"watchEditCell",colspan:2},DIV({"cla…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php283 $output .= '<tr><td colspan="2"><form method="post" action="">
/plugin/latexport/examples/
H A Dexample.tex10 \usepackage{makecell} % To have colspan in tables.
H A Dsimplest.tex10 \usepackage{makecell} % To have colspan in tables.
/plugin/latexport/implementation/
H A Ddecorator.php982 * @param int $colspan
986 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) { argument
988 $this->decorator->tableheader_open($colspan, $align, $rowspan);
1002 * @param int $colspan
1006 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { argument
1008 $this->decorator->tablecell_open($colspan, $align, $rowspan);
H A Ddecorator_tables.php10 public $colspan; variable in CellSize
22 public function __construct($colspan = 1, $rowspan = 0) { argument
23 $this->colspan = $colspan;
27 public function setSize($colspan, $rowspan) { argument
28 $this->colspan = $colspan;
33 return $this->colspan;
50 return "<c=$this->colspan,r=$this->rowspan>";
144 * @param int $colspan
160 * @param int $colspan
173 function computePlaceholders($colspan, $rowspan) { argument
[all …]
H A Ddecorator_persister.php980 * @param int $colspan
984 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) { argument
990 …$this->appendContent(" \\multicolumn{".$colspan."}".$this->alignment($align)."{\\multirow{".$ro…
1003 * @param int $colspan
1007 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { argument
1013 …$this->appendContent(" \\multicolumn{".$colspan."}".$this->alignment($align)."{\\multirow{".$ro…
/plugin/latexport/_test/
H A Dcommand.php219 private $colspan; variable in CommandTableHeaderOpen
223 function __construct($colspan = 1, $align = null, $rowspan = 1) { argument
225 $this->colspan = $colspan;
238 private $colspan = 1; variable in CommandTableCellOpen
242 function __construct($colspan = 1, $align = null, $rowspan = 1) { argument
244 $this->colspan = $colspan;
H A Ddecorator_mock.php186 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) { argument
187 $this->listOfCommands->enqueue(new CommandTableHeaderOpen($colspan, $align, $rowspan));
194 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { argument
195 $this->listOfCommands->enqueue(new CommandTableCellOpen($colspan, $align, $rowspan));
/plugin/filelisting/
H A Dscript.js281 //remember about first th colspan
282 var colspan = this.$headertable.find('th').first().attr('colspan'),
283 index = this.$sortHeader.index() + (colspan - 1),

1234