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

Partial Call Graph (max 5 caller/called nodes):
%3 packages/forums/www/message-email.tcl packages/forums/ www/message-email.tcl forums::form::forward_message forums::form::forward_message packages/forums/www/message-email.tcl->forums::form::forward_message _ _ (public) forums::form::forward_message->_ template::element template::element (public) forums::form::forward_message->template::element

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
[ hide source ] | [ make this the default ]
Show another procedure: