| Publicity: |
|---|
| [Public Only | All] |
Rich text input widget and datatype for OpenACS templating system.
- Location:
- packages/acs-templating/tcl/richtext-or-file-procs.tcl
- Created:
- 2003-01-27
- Author:
- Lars Pind <lars@pinds.com>
- CVS Identification:
$Id: richtext-or-file-procs.tcl,v 1.5 2007/11/21 14:08:44 emmar Exp $
template::data::transform::richtext_or_file (public)template::data::transform::richtext_or_file element_ref Transform submitted data into a valid richtext_or_file data structure (list) |
template::data::validate::richtext_or_file (public)template::data::validate::richtext_or_file value_ref message_ref Validate submitted richtext_or_file by checking that the format is valid, HTML doesn't contain illegal tags, etc. |
template::util::richtext_or_file (public)template::util::richtext_or_file command [ args... ] Dispatch procedure for the richtext_or_file object |
template::util::richtext_or_file::acquire (public)template::util::richtext_or_file::acquire type [ value ] Create a new richtext_or_file value with some predefined value Basically, create and set the richtext_or_file value |
template::util::richtext_or_file::create (public)template::util::richtext_or_file::create [ storage_type ] \
[ mime_type ] [ text ] [ filename ] [ tmp_filename ] \
[ content_url ]
Create a richtext_or_file datastructure. |
template::util::richtext_or_file::format_options (public)template::util::richtext_or_file::format_options Returns a formatting option list |
template::util::richtext_or_file::formats (public)template::util::richtext_or_file::formats Returns a list of valid richtext_or_file formats |
template::util::richtext_or_file::get_property (public)template::util::richtext_or_file::get_property what \
richtext_or_file_list
Get a property of the richtext_or_file datatype. Valid proerties are: |
template::util::richtext_or_file::set_property (public)template::util::richtext_or_file::set_property what \
richtext_or_file_list value
Set a property of the richtext_or_file datatype. Valid proerties are: |
template::widget::richtext_or_file (public)template::widget::richtext_or_file element_reference tag_attributes Render a richtext_or_file widget |