Home
last modified time | relevance | path

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

/plugin/acknowledge/admin/
Dreport.php81 $this->htmlTable($acknowledgements);
115 $count = $this->htmlTable($assignments);
127 $this->htmlTable($acks);
166 protected function htmlTable($data) function in admin_plugin_acknowledge_report
/plugin/diagramsnet/lib/js/diagramly/
DExtensions.js11983 …var htmlTable = '<table style="width:100%;height:100%;border-collapse: collapse;border: 1px solid …
12053 htmlTable += '<tr style="height: ' + rowH + 'px;background:' + (i == 0? header :
12061htmlTable += '<td style="height: ' + rowH + 'px;color:' + txtClr + ';' + borderStyle + '">' + mxUt…
12064 htmlTable += '</tr>';
12067 htmlTable += '</table>';
12068 v.value = htmlTable;