Difference between revisions of "Menu-ui.xml"
From MythTV Official Wiki
Iamlindoro (talk | contribs) (blankuntil new one can be written) |
Iamlindoro (talk | contribs) (Add menu-ui.xml documentation.) |
||
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 will be the format of all of Myth's structural (non-popup) menus. | ||
+ | | style="background:darkturquoise" align="center" | <b>Yes</b> | ||
+ | |} |
Revision as of 23:53, 21 June 2009
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 will be the format of all of Myth's structural (non-popup) menus. | Yes |