Method String.HTML.OBox()->add_tagdata_cell()
- Method add_tagdata_cell
void add_tagdata_cell(string tag, mapping(string:string) args, string contents)
- Description
Creates a cell from the provided arguments and adds it to the table.
- Parameter tag
The name of the element that should be produces. Typically "td" or "th".
- Parameter args
A mapping with the elements attributes.
- Parameter contents
The element contents.