Quantcast
Channel: Znuny Open Source Ticketsystem
Viewing all articles
Browse latest Browse all 327

Issues understanding output filter module well

$
0
0
As of the documentation a better solution would be to output html changes via a output filter.

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:

<?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>
Is there a full documentation of the available Values for the Output filter configuration?

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:

CustomerTable
in

Code:

AgentTicketZoom.tt
but I cannot clearly find the corresponding reference.

So question is:
is the referred a html css id?
If not, what is it specifically? And where to find all the references / locations?

Statistics: Posted by hkais — 23 Apr 2025, 18:12 — Replies 0 — Views 30



Viewing all articles
Browse latest Browse all 327

Trending Articles