Index: openacs-4/packages/acs-templating/www/doc/TclDocs/doc__util.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/doc__util.html,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-templating/www/doc/TclDocs/doc__util.html 13 Mar 2001 22:59:27 -0000 1.1 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/doc__util.html 19 Jan 2002 23:45:46 -0000 1.2 @@ -34,7 +34,19 @@ Private Methods:
@@ -51,41 +63,46 @@

- doc::sort_@see + + set split_name $see_name + doc::util::text_divider split_name :: + set name_length [llength $split_name] + set see_namespace [join [lrange $split_name 0 [expr $name_length - 2]] \"\"] + set url \"[doc::util::dbl_colon_fix $see_namespace].html#[set see_name]\" +
- -
- doc::util::bracket_space +
-puts a space after all closing curly brackets, does not add a space when brackets are already followed by a space +divides a string variable into a list of strings, all but the first element beginning with the indicated text {marker;} the first element of the created list contains all of the string preceding the first occurrence of the text marker
-
-
- -

-
- doc::util::dbl_colon_fix + Parameters: + - - - + + + + + + + +
-
+
text + * + + name of string variable (not the string value itself)
marker + * + + the string indicating text division
- -
- +
See Also: + +
proc - doc::util::find_marker_indices

@@ -102,7 +119,7 @@

- doc::util::escape_square_brackets +
@@ -146,13 +163,13 @@

- doc::util::find_marker_indices +
- doc::util::make_text_listable +
- +puts a space after all closing curly brackets, does not add a space when brackets are already followed by a space
@@ -163,7 +180,7 @@

@@ -199,38 +216,33 @@

- doc::util::sort_see +
+ +
- doc::util::text_divider +
-divides a string variable into a list of strings, all but the first element beginning with the indicated text {marker;} the first element of the created list contains all of the string preceding the first occurrence of the text marker +
- Parameters: - - - - - - - - - - -
text - * - - name of string variable (not the string value itself)
marker - * - - the string indicating text division
+
+
-

See Also: +

+ + +
+ -
proc - doc::util::find_marker_indices
+
+
+ +
+
+