Ticket #151 (closed Enhancement: worksforme)
hooks for dealing with content_panel after all it's parts where rendered--
Reported by: | Malte | Owned by: | |
---|---|---|---|
Priority: | Minor | Milestone: | |
Component: | DeepaMehta Standard Distribution | Version: | 4.0.6 |
Keywords: | Cc: | ||
Complexity: | 1 | Area: | |
Module: | deepamehta-webclient |
Description
hooks triggered by the weblcient after the page_renderer has finished rendering a) the info/edit form would be nice and b) the "assocations" / "whats related"-area would be nice to have
i would need this enhancement just to be able to manipulate the "what's related" area underneath the form/info area.. i tried to use the "post_show_topic"-hook but it seems to be unrelated to page_rendering/content_panel_rendering.
Change History
Note: See
TracTickets for help on using
tickets.
There are no designated hooks for page panel customization. Instead the intended approach is:
If you need any help let me know.
(For the moment) the post_show_topic() hook is triggered after a topic is displayed at the canvas but *before* its page panel is rendered.