forums::form::forward_message (public)
forums::form::forward_message [ -prefix prefix ] form_name
Defined in packages/forums/tcl/form-procs.tcl
adds form elements to form_name to allow the user to enter the details of a message they want to forward by email
- Switches:
- -prefix (optional)
- Parameters:
- form_name (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: template::element create $form_name ${prefix}to_email -label [_ forums.Email] -datatype email -widget text -html {size 60} template::element create $form_name ${prefix}subject -label [_ forums.Subject] -datatype text -widget text -html {size 80} template::element create $form_name ${prefix}pre_body -label [_ forums.Your_Note] -datatype text -widget textarea -html {cols 80 rows 10}XQL Not present: Generic, PostgreSQL, Oracle