View/Edit #970:_render_help_text_topics

Switch to edit mode.

Name(s): _render_help_text_topics
1:  "  $xml!moo-help.dtd"
2:  "This element appears as a child of text."
3:  "<!ELEMENT topics (topic | break)*>"
4:  "<!ATTLIST topics"
5:  "    %cndAttr;"
6:  "    title CDATA #IMPLIED"
7:  ">"
8:  {data, attr} = args
9:  if (!this:eval_cndAttr(attr))
10:   return ""
11: endif
12: data = this:strip_whitespace(data)
13: retval = ""
14: if (z = listassoc(attr, "title"))
15:   retval = tostr(z[2], "-*/")
16: endif
17: return tostr(retval, data, "-*/")
18: "Last modified by Lao-Tzu (#8084) on Thu Aug  8 18:59:55 2002 MDT."

Verb arguments: this none this
Verb perms: Readable eXecutable NOT-Debug
Verb owned by: Lao-Tzu (#8084)

You are not logged in.

[home | help | who | search | setup | code]