Index: openacs-4/packages/acs-templating/www/doc/TclDocs/content_method.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/content_method.adp,v diff -u -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/acs-templating/www/doc/TclDocs/content_method.adp 25 Aug 2015 18:02:11 -0000 1.2.2.1 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/content_method.adp 9 Jun 2016 13:03:12 -0000 1.2.2.2 @@ -13,16 +13,16 @@

Method Detail

* indicates required

-Public Methods: +Public Methods:
-content_method::flush_content_methods_cache
  by Michael Pih +content_method::flush_content_methods_cache
  by Michael Pih
Flushes the cache for content_method_types for a given content type. If no content type is specified, the entire content_method_types cache is flushed
-Parameters: +Parameters:
@@ -32,64 +32,64 @@
content_type* The content type, default null
-content_method::get_content_methods
  by Michael Pih +content_method::get_content_methods
  by Michael Pih
Returns a list of content_methods that are associated with a content type, first checking for a default method, then for registered content methods, and then for all content methods
-Parameters: +Parameters:
content_type* The content type
-
Returns:
A list of content methods or a list of label-value pairs of -content methods if the " -get_labels" option is specified
Options:
+
Returns:
A list of content methods or a list of label-value pairs of +content methods if the " -get_labels" option is specified
Options:
-
get_labelsInstead of a list of content methods, return a list of label-value pairs of associated content methods.
See Also:
content_method::get_content_method_options, +
See Also:
content_method::get_content_method_options, content_method::text_entry_filter_sql -

-Private Methods:
+Private Methods:

-content_method::get_content_method_options
  by Michael Pih +content_method::get_content_method_options
  by Michael Pih
Returns a list of label, content_method pairs that are associated with a content type, first checking for a default method, then for registered content methods, and then for all content methods
-Parameters: +Parameters:
content_type* The content type
-
Returns:
A list of label, value pairs of content methods
See Also:
content_method::get_content_methods, +
Returns:
A list of label, value pairs of content methods
See Also:
content_method::get_content_methods, content_method::text_entry_filter_sql -
-content_method::text_entry_filter_sql
  by Michael Pih +content_method::text_entry_filter_sql
  by Michael Pih
Generate a SQL stub that filters out the text_entry content method
-Parameters: +Parameters:
content_type*
-
Returns:
SQL stub that possibly filters out the text_entry content +
Returns:
SQL stub that possibly filters out the text_entry content method