Hi all,
Proberly one for Ter.
I want to add another quicklink for Fixtures to the Flexion skin.
I have found that this is stored in a file called footer quicklinks.xml in the pannels folder.
Here's what I have so far:
<!-- Fixtures List -->
<container>
<attachment class="test_global_attachment" get_property="mgiu" mode="0" value="0" set_property="hidn"/>
<layout class="centre_in_parent_attachment" alignment="all" inset="0" layout_children="true" priority="1" />
<layout class="fit_children_attachment" alignment="all" offset="0"/>
<widget class="action_button" appearance="icons/quick links/job centre/button" auto_size="all">
<event id="click_event" event_id="GCMF" event_target="scrn"/>
<!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. -->
<record id="mouse_entered_event">
<flags id="event_id" value="inte" />
<flags id="event_target" value="qlhi" />
<string id="hint" value="Fixtures"/>
</record>
<record id="mouse_exited_event">
<flags id="event_id" value="intx" />
<flags id="event_target" value="qlhi" />
<string id="hint" value="" />
</record>
</widget>
</container>
This button is now appearing in my quick links, but when I click on it, nothing happens.
Does anyone know the get_property and event_id that I would need to use for this ?
Thanks