Home
last modified time | relevance | path

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

/plugin/dtable/
H A Dscript.js418 var tclass = 'tableheader_open';
421 var tclass = 'tablecell_open';
432 var mod = mod_cell_callback.call(this, tclass, rowspan, colspan, content);
434 tclass = mod[0];
469 col = colspan_callback.call(this, $form_row, colspan, width, height, tclass, col, content);
476 …$textarea = jQuery('<textarea class="'+tclass+' dtable_field" name="col' + col +'">').val(content)…
545 function($form_row, colspan, width, height, tclass, col) { argument
549 …jQuery('<textarea class="'+tclass+' dtable_field" name="col' + col +'">').val('').width(width).hei…
587 function($form_row, colspan, width, height, tclass, col, content) { argument
595 …jQuery('<textarea class="'+tclass+' dtable_field" name="col' + col +'">').val(content).width(width…
[all …]