Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
String
String.HTML
String.HTML.OBox

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.