Re: TableOfContentsPlugin
[email protected] ("Marcelo E. Magallon") Sun, 16 Jan 2005 12:04:42 -0600
| Newsgroups | perl.kwiki |
|---|---|
| Message-ID | <[email protected]> |
Sorry for making so much noise, I'm having fun dwelling thru Spoon and
Kwiki code :-)
> I forgot to ask the important bit: does this really mean that one
> has to subclass Kwiki::Formatter?
Ok, now I see this is wrong -- had to be, so ugly as it was.
Is this kosher?
$self->hub->formatter->table->{heading} = "My::Formatter::Heading";
my concern is order of initialization...
Marcelo