Home
last modified time | relevance | path

Searched refs:colspan (Results 76 – 88 of 88) sorted by relevance

1234

/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/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js6869 DayTableMixin.prototype.renderHeadDateCellHtml = function (date, colspan, otherAttrs) {
6902 (colspan > 1 ?
6903 ' colspan="' + colspan + '"' :
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16 …h",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:…
/plugin/dokumicrobugtracker/js/
H A Djquery.js2 …h",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:…
/plugin/jquery/
H A Djquery-1.4.2.js981 colspan: "colSpan", property in jQuery.props
H A Djquery-1.4.2.min.js37 …dOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabinde… property in c.props
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js258 var colspan = (i == 1) ? parseInt(graph.getCurrentCellStyle(
262 data.colspans[i] = colspan - 1;
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc15618 …n" cellspacing\x3d0 cellpadding\x3d0 width\x3d"100%"\x3e\x3ctr\x3e\x3ctd colspan\x3d"' + k + '" al…
15629 …p && a.push('\x3c/tr\x3e\x3ctr\x3e\x3ctd colspan\x3d"' + k + '" align\x3d"center"\x3e\x3ca class\x…
23240 a = parseInt(d.getAttribute("colspan"), 10) || 1;
23364 …idth,height,border-color,background-color,white-space,vertical-align,text-align}[colspan,rowspan]",
23474 allowedContent: "td[colspan,rowspan]",
23475 requiredContent: "td[colspan,rowspan]",
23482 allowedContent: "td[colspan]",
23483 requiredContent: "td[colspan]",
23506 allowedContent: "td[colspan]",
23507 requiredContent: "td[colspan]",
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php19591 if (!isset($c['colspan'])) {
19661 if (isset($c['colspan'])) { // Not perfect - but % set on colspan is shared equally on cols.
19662 for ($k = 0; $k < $c['colspan']; $k++) {
19663 $table['wc'][($j + $k)]['wpercent'] = $c['wpercent'] / $c['colspan'];
19687 // mPDF 5.7.4 Do not set column width in colspan
19688 // cf. http://www.mpdf1.com/forum/discussion/2221/colspan-bug
19689 if (!isset($c['colspan'])) {
19703 if (!isset($c['colspan'])) {
19738 if (!isset($c['colspan'])) {
[all...]
/plugin/diagramsnet/lib/js/
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 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 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/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs21639 CS = tag.colspan ? +tag.colspan : 1;
21686 if(CS > 1) sp.colspan = CS;
21785 CS = +elt.getAttribute("colspan") || 1;

1234