"); } str.Append(_buf_chk); if (!no_table) { str.Append("\n | "); str.Append("\n"); } str.Append(_buf_label); if (!no_table) { str.Append("\n | "); } str.replace("%title%", str_title); if (!no_table) { if ( ( (row+1)%cols) == 0) { str.Append("\n
"); } str.Append(_buf_radio); if (!no_table) { str.Append("\n | "); str.Append("\n"); } str.Append(_buf_label); if (!no_table) { str.Append("\n | "); } if (!no_table) { if ( ( (row+1)%cols) == 0) { str.Append("\n
row | "); for (var col = 0; col < i_name.length; col++) { var i_column = i_name[col]; str.Append("\n" + this.getFieldName(i_column) + " | "); } str.Append("\n
" + row + " | ") for (var col = 0; col < i_name.length; col++) { var i_column = i_name[col]; var _value = ""; if (i_column != -1) { _value = field_row[i_column]; str.Append("\n");
if (this.flg_show_html == 0)
{
_value = _value.ReplaceAll("&", "&");
_value = _value.ReplaceAll("<", "<");
_value = _value.ReplaceAll(">", ">");
_value = _value.ReplaceAll("\"", """);
if (this.flg_break_line == 1)
_value = _value.ReplaceAll("\n", " "); str.replace("%td_title%", _value.ReplaceAll(" ", "\n")); if (_value.length > this.max_col) _value = _value.Left(this.max_col) + "..." } str.Append("\n"); str.Append("\n" + _value); str.Append("\n | ");
}
}
str.Append("\n