Difference between revisions of "Browser-ui.xml"

From MythTV Official Wiki
Jump to: navigation, search
(The "bookmarkmanager" window)
(MythBrowser Windows)
Line 15: Line 15:
 
| align="center" | Window
 
| align="center" | Window
 
| The bookmark manager/mythbrowser launch screen.
 
| The bookmark manager/mythbrowser launch screen.
 +
|-
 +
| style="background:silver" | browserconfig
 +
| style="background:silver" align="center" | Window
 +
| style="background:silver" | The MythBrowser configuration window.
 
|}
 
|}
  
Line 74: Line 78:
 
| style="background:darkturquoise" | Textarea which appears if user has not yet set any bookmarks.
 
| style="background:darkturquoise" | Textarea which appears if user has not yet set any bookmarks.
 
| style="background:darkturquoise" align="center" | No
 
| style="background:darkturquoise" align="center" | No
 +
|}
 +
 +
 +
 +
=== The "browserconfig" window ===
 +
 +
{| cellpadding="4"
 +
| <b>Widget Name</b>
 +
| <b>Widget Type</b>
 +
| <b>Description</b>
 +
| <b>Required?</b>
 +
|-
 +
| style="background:darkturquoise" | command
 +
| style="background:darkturquoise" align="center" | textedit
 +
| style="background:darkturquoise" | Command to launch browser.
 +
| style="background:darkturquoise" align="center" | <b>Yes</b>
 +
|-
 +
| zoom
 +
| align="center"  | textedit
 +
| Default zoom value for the browser window.
 +
| align="center"  | <b>Yes</b>
 +
|-
 +
| style="background:darkturquoise" | ok
 +
| style="background:darkturquoise" align="center" | button
 +
| style="background:darkturquoise" | The "OK" button.
 +
| style="background:darkturquoise" align="center" | <b>Yes</b>
 +
|-
 +
| cancel
 +
| align="center"  | button
 +
| The "Cancel" button.
 +
| align="center"  | <b>Yes</b>
 +
|-
 +
| style="background:darkturquoise" | description
 +
| style="background:darkturquoise" align="center" | textarea
 +
| style="background:darkturquoise" | Describes the "command" and "zoom" items when highlit.
 +
| style="background:darkturquoise" align="center" | No
 +
|-
 +
| title
 +
| align="center"  | textarea
 +
| The page title.
 +
| align="center"  | No
 
|}
 
|}

Revision as of 21:07, 22 February 2009

The browser-ui.xml file governs the layout and behavior of the MythBrowser Plugin. It consists of the following windows and named attributes:

MythBrowser Windows

Window Name Type Description
browser Window The main MythBrowser screen.
bookmarkmanager Window The bookmark manager/mythbrowser launch screen.
browserconfig Window The MythBrowser configuration window.


The "browser" window

Widget Name Widget Type Description Required?
pagelist buttonlist Selector-style button list the shows bookmarked pages. Yes
webbrowser webbrowser The main browser window. Yes
progressbar progressbar The webpage loading progress bar. No
status textarea Shows the web address when mousing over a link. No
title textarea The title of the currently loaded page. No

The "bookmarkmanager" window

Widget Name Widget Type Description Required?
grouplist buttonlist List of bookmark categories/groups. Yes
bookmarklist buttonlist List of bookmarked sites in the selected category/group. Yes
messagetext textarea Textarea which appears if user has not yet set any bookmarks. No


The "browserconfig" window

Widget Name Widget Type Description Required?
command textedit Command to launch browser. Yes
zoom textedit Default zoom value for the browser window. Yes
ok button The "OK" button. Yes
cancel button The "Cancel" button. Yes
description textarea Describes the "command" and "zoom" items when highlit. No
title textarea The page title. No