This topic is locked

Adding Custom Rich Text Field

5/13/2011 2:29:26 PM
PHPRunner General questions
G
globiws author

How can you add a custom rich text textarea to an add/edit form?

I saw the tips n tricks post about adding a custom field, but I would like to add a rich text area, the value of which I can then programatically save to another table.

Sergey Kornilov admin 5/16/2011

I guess you need to check the manual of Rich Text Editor in question to see how you can add this control to any given page. Then use method described in this article to submit this field when form is submitted: http://xlinesoft.com/phprunner/docs/add_custom_field_to_form.htm