|
Anypia Programmer's Documentation
|
Writes the html for a string as the contents of one cell in a table, left-justified, spanning columns.
void writeCellBodyColSpan( const std::string& contents, int spanInt );
|
Parameters |
Description |
|
const std::string& contents |
The contents of the cells in the table. |
|
int spanInt |
The number of columns to span, as an integer. |
There are multiple versions of this function. Each version uses the inserter to put the argument into the output stream, surrounded by the appropriate tags.
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|