Renders a comma-separated string as an HTML table, one item per row.
Registered as a process-text handler.
| Parameter | Description |
|---|---|
Param1 |
Comma-separated string of items |
Splits Param1 on , and wraps each item in a <tr><td> row inside a <table> with <font size=-1>.
Example: "apples,bananas,pears" → a 3-row HTML table.
Returns an HTML <table> fragment.
ObjProcessText(ObjData.ObjData) — inherits database and config access from ObjData.
cythonize -3 -a -i ObjTextList.py
Updated : 2025-10-02