Jump to content

Honours Panel


ngr
 Share

Recommended Posts

Hi, is it possible to do this layout for Club Info - Competitions - Honours panel.

This one was done for FM 2015 but it has not worked since then and I've tried changing the coding without success on future versions .

Is there an updated skin that has this panel for FM2020 as I think it is much better for viewing a club's trophy history?

Any help would be appreciated.

Competitions.jpg

Link to post
Share on other sites

I think it is impossible.
The followings are the codes of this panel.
As you can see, the records of all competitions are displayed by one table,and you can't edit the content of each column.
(The fact that there are no widgets in "table widget" and no IDs in "column_table_properties" means that it can't be edited.)

"team container records competitions panel.xml"
  <container id="cont">
    <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>
      <!-- team container records competitions cups panel/honours panel/league panel -->
  </container>

"team container records competitions honours panel.xml"
  <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0"/>
  <symbol id="hdcl" value="title"/>

  <!--for competitons/honours-->
  <widget class="table" id="hons" layout="200, -1" mode="fill_rows" auto_size_rows="true" fixed_size_rows="false" save_session_state="true">
    <list id="column_table_properties">
      <record indx="0" top="4" bottom="4" left="4" sort_disabled="true"/>
      <record indx="1" top="4" sort_disabled="true"/>
    </list>
    <list id="column_widget_properties">
      <record index="0" alignment="left,top" auto_size="all"/>
      <record index="1" alignment="left,centre_y" colour="selection"/>
    </list>
  </widget>

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...