| Publicity: |
|---|
| [Public Only | All] |
Spell-check library for OpenACS templating system.
- Location:
- packages/acs-templating/tcl/spellcheck-procs.tcl
- Created:
- 2003-09-21
- Author:
- Ola Hansson <ola@polyxena.net>
- CVS Identification:
$Id: spellcheck-procs.tcl,v 1.18 2007/05/14 20:30:27 donb Exp $
template::data::transform::spellcheck (public)template::data::transform::spellcheck -element_ref element_ref \
-values values
Tranform submitted and previously validated input into a spellcheck datastructure. |
template::util::spellcheck (public)template::util::spellcheck command [ args... ] Dispatch procedure for the spellcheck object |
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 \
-formtext_to_display_ref formtext_to_display_ref \
[ -just_the_errwords_ref just_the_errwords_ref ]
|
template::util::spellcheck::get_sorted_list_with_unique_elements (public)template::util::spellcheck::get_sorted_list_with_unique_elements \
-the_list the_list
Converts a list of possibly duplicate elements (words) into a sorted list where no duplicates exist. |
template::util::spellcheck::merge_text (public)template::util::spellcheck::merge_text element_id Returns the merged (possibly corrected) text or the empty string if it is not time to merge. |
template::util::spellcheck::spellcheck_properties (public)template::util::spellcheck::spellcheck_properties \
-element_ref element_ref
Returns a list of spellcheck properties in array setable format. |