my Issue is, that I cannot follow the documentation. I understood, that there would be added a javascript hook on page ready status to modify the DOM
Hope I understood this point.
The second unclear point is the lack of finding the examples in the code based on the doc provided.
if we consider this configuration
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<otrs_config version="2.0" init="Config">
<Setting Name="Ticket::Frontend::AgentTicketZoom###Widgets###0075-MyExtension" Required="0" Valid="1">
<Description Translatable="1">AgentTicketZoom widget that ...</Description>
<Navigation>Frontend::Agent::View::TicketZoom</Navigation>
<Value>
<Hash>
<Item Key="Module">Kernel::Output::HTML::TicketZoom::MyExtesion</Item>
<Item Key="Location">Sidebar</Item>
</Hash>
</Value>
</Setting>
So here I have taken a look on this extension and now I am confused since I do not find the mapping of Sidebar to the final destination.
The example here https://doc.znuny.org/znuny/developer/e ... ter-module is referring
Code: Select all
CustomerTable
Code: Select all
AgentTicketZoom.tt
So question is:
is the referred a html css id?
If not, what is it specifically? And where to find all the references / locations?