template::data::validate::text (public)

 template::data::validate::text value_ref message_ref

Defined in packages/acs-templating/tcl/data-procs.tcl

Validate that submitted text is valid. Hmmm ... all submitted text is valid, that's easy!

Parameters:
value_ref - Reference variable to the submitted value
message_ref - Reference variable for returning an error message
Returns:
True (1)

Partial Call Graph (max 5 caller/called nodes):
%3 test_validate_text validate_text (test acs-templating) template::data::validate::text template::data::validate::text test_validate_text->template::data::validate::text template::data::validate::richtext template::data::validate::richtext (public) template::data::validate::richtext->template::data::validate::text template::data::validate::richtext_or_file template::data::validate::richtext_or_file (public) template::data::validate::richtext_or_file->template::data::validate::text

Testcases:
validate_text
Source code:
    return 1
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: