C
|
cgphp 2/29/2012 |
In the "Process record values" event of the add page enter the following code: $values['rich_text_field_name'] = "<table border='1'><thead><tr><th>Col</th></tr></thead><tbody><tr><td>body</td></tr></tbody></table>"; |
P
|
prattster1874 author 2/29/2012 |
In the "Process record values" event of the add page enter the following code: $values['rich_text_field_name'] = "<table border='1'><thead><tr><th>Col</th></tr></thead><tbody><tr><td>body</td></tr></tbody></table>";
|