Ticket #151 (closed Enhancement: worksforme)

Opened 13 years ago

Last modified 13 years ago

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

comment:1 Changed 13 years ago by jri

There are no designated hooks for page panel customization. Instead the intended approach is:

  • Providing custom field renderers. A field renderer takes control of rendering a simple topic/association value. See the Files plugin for examples.
  • Providing a custom page renderer. A page renderer takes control of the entire page panel. See the Webbrowser plugin for an example.

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.

comment:2 Changed 13 years ago by jri

Hi Malte!
Do you need any further support on this issue?

comment:3 Changed 13 years ago by jri

  • Status changed from new to closed
  • Resolution set to worksforme
Note: See TracTickets for help on using tickets.