-
Method Summary
Add a complete TH element.
-
Method Details
-
th
Add a TH element.
- Returns:
- a new TH element builder
-
th
Add a complete TH element.
- Parameters:
cdata - the content
- Returns:
- the current element builder
-
th
Add a TH element.
- Parameters:
selector - the css selector in the form of (#id)*(.class)*
cdata - the content
- Returns:
- the current element builder
-
td
Add a TD element.
- Returns:
- a new TD element builder
-
td
Add a TD element.
- Parameters:
cdata - the content
- Returns:
- the current element builder
-
td
Add a TD element.
- Parameters:
selector - the css selector in the form of (#id)*(.class)*
cdata - the content
- Returns:
- the current element builder