Index: openacs-4/packages/acs-templating/www/doc/TclDocs/content_method.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/content_method.html,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-templating/www/doc/TclDocs/content_method.html 13 Mar 2001 22:59:27 -0000 1.1 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/content_method.html 7 Aug 2017 23:48:02 -0000 1.2 @@ -25,15 +25,15 @@

Method Detail

-

+

* indicates required

-Public Methods:
-
+Public Methods:
+
content_method::flush_content_methods_cache -
  by Michael Pih +
  by Michael Pih
@@ -42,13 +42,13 @@
- Parameters: + Parameters: - - @@ -60,9 +60,9 @@
content_type + content_type * + The content type, default null

-
+
content_method::get_content_methods -
  by Michael Pih +
  by Michael Pih
@@ -71,33 +71,33 @@
- Parameters: + Parameters: - -
content_type + content_type * + The content type
-
Returns: +
Returns:
A list of content methods or a list of label-value pairs of content methods if the " -get_labels" option is specified -
Options: +
Options: - - +
get_labels +
get_labels Instead of a list of content methods, return a list of label-value pairs of associated content methods.
-
See Also: +
See Also:
content_method::get_content_method_options, content_method::text_entry_filter_sql -
@@ -111,10 +111,10 @@

-Private Methods:
-
+Private Methods:
+
content_method::get_content_method_options -
  by Michael Pih +
  by Michael Pih
@@ -123,23 +123,23 @@
- Parameters: + Parameters: - -
content_type + content_type * + The content type
-
Returns: +
Returns:
A list of label, value pairs of content methods -
See Also: +
See Also:
content_method::get_content_methods, content_method::text_entry_filter_sql -
@@ -148,9 +148,9 @@

-
+
content_method::text_entry_filter_sql -
  by Michael Pih +
  by Michael Pih
@@ -159,19 +159,19 @@
- Parameters: + Parameters: - -
content_type + content_type * +
-
Returns: +
Returns:
SQL stub that possibly filters out the text_entry content method @@ -183,7 +183,7 @@

-

+

* indicates required