Switch to edit mode.
Name(s): makecontainernode1: ";me:tell(#4980:makecontainernode(\"td\", #4980:makeobjectnode(), 5))"
2: {?nodeclass = "td", wrapme, ?stylenum = 5} = args
3: r = {}
4: r = {@r, "<" + nodeclass + " "}
5: r = {@r, "style=\"" + this.stylesystem:get_style_by_id(stylenum)[2] + "\">"}
6: r = {@r, wrapme}
7: r = {@r, "</" + nodeclass + ">"}
8: r = $string_utils:from_list(r)
9: this.owner:tell("makecontainernode output: ", "<xmp>", r, "</xmp>")
10: return r
11: "Last modified by Wingy (#9223) on Wed Jan 29 10:36:11 2003 MST."