I'm currently writing a plug-in for Trac and I have a question
regarding setting links in the plug-in:
The plug-in is in a new tab and its template is shown in the correct
way. In the main html template I have html-elements that should link
to other templates.
How can I implement this? If I just put the other templates to the
other stuff in htdocs, the html template is shown but on the whole
browser-site. I want that the new html-file is integrated in the rest
of the trac environment (under the plug-in-tab)
I have seen another Plug-in which uses add_ctxtnav(req, 'test',
req.href.test("/test_reports")) to link to other templates. I want
basically a similar behavior but with normal <a href=""> links.
Is this possible?
Best regards,
Micha-Jamie Guthmann
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.