template::util::richtext_or_file::create (public)
template::util::richtext_or_file::create [ storage_type ] \ [ mime_type ] [ text ] [ filename ] [ tmp_filename ] \ [ content_url ]
Defined in packages/acs-templating/tcl/richtext-or-file-procs.tcl
Create a richtext_or_file datastructure.
- Parameters:
- storage_type (optional)
- mime_type (optional)
- text (optional)
- filename (optional)
- tmp_filename (optional)
- content_url (optional)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [list $storage_type $mime_type $text $filename $tmp_filename $content_url]XQL Not present: Generic, PostgreSQL, Oracle