template::util::spellcheck::get_element_formtext (public)
template::util::spellcheck::get_element_formtext -text text [ -html ] \ -var_to_spellcheck var_to_spellcheck [ -language language ] \ -error_num_ref error_num_ref [ -no_abort ] \ -formtext_to_display_ref formtext_to_display_ref \ [ -just_the_errwords_ref just_the_errwords_ref ]
Defined in packages/acs-templating/tcl/spellcheck-procs.tcl
- Switches:
- -text (required)
- The string to check for spelling errors.
- -html (optional, boolean, defaults to
"0"
)- -var_to_spellcheck (required)
- The name of the text input type or textarea that holds this text (e.g., "email_body")
- -language (optional)
- -error_num_ref (required)
- -no_abort (optional, boolean, defaults to
"0"
)- -formtext_to_display_ref (required)
- -just_the_errwords_ref (optional)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- spellcheck__get_element_formtext