Searched refs:htmlTable (Results 1 – 2 of 2) sorted by relevance
81 $this->htmlTable($acknowledgements);115 $count = $this->htmlTable($assignments);127 $this->htmlTable($acks);166 protected function htmlTable($data) function in admin_plugin_acknowledge_report
11983 …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 : 12061 …htmlTable += '<td style="height: ' + rowH + 'px;color:' + txtClr + ';' + borderStyle + '">' + mxUt…12064 htmlTable += '</tr>';12067 htmlTable += '</table>';12068 v.value = htmlTable;