League Library Panel
Overview
The league library panel displays the leagues that reside in the repository being used by this instance of the application. It is a sub-panel of the component library panel.
The top part of the panel displays the leagues with the following data about each league:
- Whether or not the league is active
- The name of the league
- The league type
- The player database associated with the league
- Whether or not the league is locked
The buttons directly beneath the table provide the following functionality:
- Create a new league: This will initiate the league creation wizard
- Activate the selected league: This makes the selected
league the active league
- Rename the selected league(s): The renames the selected
league(s). Any components that reference a renamed
league will be resaved to the repository.
- Delete league: This lets you attempt to delete the
selected league(s). You will be unable to delete league(s) that
are referenced by other components.
- Lock the selected leagues. Locked leagues cannot be modified and are opened read-only when activiated.
- Unlock the selected leagues.
- View the component
references report: This brings up a dialog that gives you a view into
which components reference the selected league.
- View XML: Displays the XML file behind the selected
league...primarily for debugging purposes.
- Report: Run various reports on the selected league.
The league tournaments panel at the bottom displays a list of tournaments that are part of the selected league. Refer to the topic on that panel for more details.
See also