Is it possible to add a link to World Ranking so when I click on the position it takes me to the World Ranking screen?
The following code is from footer quicklinks.xml
Quote:
<!-- world rankings -->
<container>
<attachment class="test_global_attachment" get_property="mgnm" 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/world rankings/button" auto_size="all">
<event id="click_event" event_id="EGWR" event_target="scrn"/>
<string id="hint" value="World Rankings[COMMENT: quick link icon hint]" />
<!-- 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="World Rankings[COMMENT: quick link icon hint]" />
</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>
and the following is from team information.xml
Quote:
<widget class="label" text="FIFA World Ranking[COMMENT: heading; team_information_panel; the team's world ranking]" col="0" row="4"/>
<widget class="text" id="T_fr" col="1" row="4" spec="text"/>
Is there anyway that the text can be made into a link for rankings table?