> I have found function calls such as:
> manage_roleForm=HTMLFile('roleEdit', globals()) which I believe creates
> an HTML document template from the named file. But, what is the
> mechanism that calls/displays mange_roleForm?

The class heirarchy looks something like this:

Globals.HTMLFile
    DocumentTemplate.HTMLFile
        DT_HTML.HTMLFile
            DT_HTML.HTML
                DT_String.String

You want to look at the __call__ method of the DT_String.String class for
enlightenment, although I'll warn you that it's likely to make anyone but Jim's
head explode. ;)

--jfarr

"Perl is worse than Python because people wanted it worse."
Larry Wall, 14 Oct 1998



_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to