function treefooter$mold$(out) {
    out.push('<td', this.domAttrs_(), '><div id="', this.uuid,
        '-cave" class="', this.$s('content'), '">', this.domContent_());
    for (var w = this.firstChild; w; w = w.nextSibling)
        w.redraw(out);