Index: openacs-4/packages/acs-templating/tcl/element-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/element-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-templating/tcl/element-procs.tcl 14 Sep 2002 18:13:47 -0000 1.7 +++ openacs-4/packages/acs-templating/tcl/element-procs.tcl 16 Sep 2002 10:56:13 -0000 1.8 @@ -136,7 +136,7 @@ @param form_id The identifier of the form containing the element. @param element_id The unique identifier of the element. - @see create + @see template::element::create } { get_reference @@ -170,7 +170,7 @@ @param element_id The unique identifier of the element. @return The current value of the element. - @see get_values + @see template::element::get_values } { get_reference @@ -191,7 +191,7 @@ @param element_id The unique identifier of the element. @return A list of current values for the element. - @see get_value + @see template::element::get_value } { get_reference @@ -207,7 +207,8 @@ @param property The property to be retreived @return The value of the property, or "" if the property does not exist - @see set_properties + + @see template::element::set_properties } { get_reference