Index: openacs-4/packages/acs-templating/www/doc/TclDocs/content.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/content.adp,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-templating/www/doc/TclDocs/content.adp 4 Jul 2018 10:16:05 -0000 1.5 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/content.adp 3 Sep 2024 15:37:35 -0000 1.6 @@ -1,7 +1,11 @@ -{/doc/acs-templating {ACS Templating}} {} +{/doc/acs-templating/ {ACS Templating}} {} +

Namespace content

Procedures for generating and processing content content creation and editing forms..
@@ -458,7 +462,7 @@
content::get_default_content_method
-
Gets the content input method most appropriate for an +
Gets the content input method most appropriate for a content type, based on the MIME types that are registered for that content type.
Parameters: @@ -472,7 +476,7 @@
content::get_sql_value
-
Return the sql statement for a column value in an +
Return the SQL statement for a column value in an insert or update statement, using a bind variable for the actual value and wrapping it in a conversion function where appropriate.