Difference between revisions of "Menu-ui.xml"
From MythTV Official Wiki
Iamlindoro (talk | contribs) (blankuntil new one can be written) |
Jasonblewis (talk | contribs) m (added page to themes category) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | The menu-ui.xml file governs the layout and behavior of the Myth's menu structure. It consists of the following windows and named attributes: | |
+ | |||
+ | = Screen Wizard Windows = | ||
+ | <center> | ||
+ | {| cellpadding="4" border="1" | ||
+ | | align="center" |<b>Window Name</b> | ||
+ | | align="center" |<b>Type</b> | ||
+ | | align="center" |<b>Description</b> | ||
+ | |- | ||
+ | | style="background:silver" | mainmenu | ||
+ | | style="background:silver" align="center" | Window | ||
+ | | style="background:silver" | Myth's menu structure. | ||
+ | |} | ||
+ | |||
+ | |||
+ | === The "mainmenu" window === | ||
+ | |||
+ | {| cellpadding="4" border="1" | ||
+ | | align="center" |<b>Widget Name</b> | ||
+ | | align="center" |<b>Widget Type</b> | ||
+ | | align="center" |<b>Description</b> | ||
+ | | align="center" |<b>Required?</b> | ||
+ | |- | ||
+ | | style="background:darkturquoise" | menu | ||
+ | | style="background:darkturquoise" align="center" | buttonlist | ||
+ | | style="background:darkturquoise" | A buttonlist which defines the format of all of Myth's structural (non-popup) menus. | ||
+ | | style="background:darkturquoise" align="center" | <b>Yes</b> | ||
+ | |- | ||
+ | | description | ||
+ | | align="center" | textarea | ||
+ | | A text area describing the purpose of the selected item. Can also be used in the menu buttonlist's items. | ||
+ | | align="center" | No | ||
+ | |} | ||
+ | [[Category:Themes]] |
Latest revision as of 03:36, 23 August 2011
The menu-ui.xml file governs the layout and behavior of the Myth's menu structure. It consists of the following windows and named attributes:
Screen Wizard Windows
Window Name | Type | Description |
mainmenu | Window | Myth's menu structure. |
Widget Name | Widget Type | Description | Required? |
menu | buttonlist | A buttonlist which defines the format of all of Myth's structural (non-popup) menus. | Yes |
description | textarea | A text area describing the purpose of the selected item. Can also be used in the menu buttonlist's items. | No |