Lines Matching +full:d +full:- +full:link
3 * © SpryMedia Ltd - datatables.net/license
9 define( ['jquery', 'datatables.net', 'datatables.net-buttons'], function ( $ ) {
22 require('datatables.net-buttons')(root, $);
60 * Clone link and style tags, taking into account the need to change the source
70 if (clone.nodeName.toLowerCase() === 'link') {
84 // Assign to a link on the original page so the browser will do all the
91 if (linkHost.indexOf('/') === -1 && _link.pathname.indexOf('/') !== 0) {
99 className: 'buttons-print',
118 var addRow = function (d, tag) { argument
121 for (var i = 0, ien = d.length; i < ien; i++) {
123 var dataOut = d[i] === null || d[i] === undefined ? '' : d[i];
168 // Inject the title and also a copy of the style and link tags from this
173 $('style, link').each(function () {
196 $(win.document.body).addClass('dt-print-view');
209 win.print(); // blocking - so close will not
214 if (navigator.userAgent.match(/Trident\/\d.\d/)) {