Home
last modified time | relevance | path

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

/plugin/dtable/
Dscript.js421 var tclass = 'tableheader_open';
424 var tclass = 'tablecell_open';
435 var mod = mod_cell_callback.call(this, tclass, rowspan, colspan, content);
437 tclass = mod[0];
450 …jQuery('<textarea class="'+tclass+' rowspans dtable_field" name="col' + col +'">').val(content).wi…
472 col = colspan_callback.call(this, $form_row, colspan, width, height, tclass, col, content);
479 …$textarea = jQuery('<textarea class="'+tclass+' dtable_field" name="col' + col +'">').val(content)…
548 function($form_row, colspan, width, height, tclass, col) { argument
552 …jQuery('<textarea class="'+tclass+' dtable_field" name="col' + col +'">').val('').width(width).hei…
590 function($form_row, colspan, width, height, tclass, col, content) { argument
[all …]