|
HTML Editor Library
|
Add table at caret position.
function AddTable(Cols: integer; Rows: integer; const Attributes: string; const CellContent: string): TElement;
|
Parameters |
Description |
|
Cols: integer |
Column count |
|
Rows: integer |
Row count |
|
const Attributes: string |
Additional table attributes |
|
const CellContent: string |
Default content for the cells (for example ) |
Created table (TTableElement)
|
Copyright (c) 2013. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|