From MythTV
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.
|
| bookmarkeditor
| Window
| The bookmark edit/add screen.
|
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. This buttonlist uses two optional textarea fields named "name" and "url" (it doesn't use the "buttontext" textarea).
| Yes
|
| messagetext
| textarea
| Textarea which appears if user has not yet set any bookmarks.
| No
|
The "browserconfig" window
| Widget Name
| Widget Type
| Description
| Required?
|
| enablepluginscheck
| checkbox
| A checkbox to enable the use of browser plugins in the Internal web browser (Flash, media players, etc.).
| Yes
|
| 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 highlighted.
| No
|
| title
| textarea
| The page title.
| No
|
The "bookmarkeditor" window
| Widget Name
| Widget Type
| Description
| Required?
|
| title
| textarea
| The title of the page.
| No
|
| category
| textedit
| Text edit for the category of the site.
| Yes
|
| name
| textedit
| Text edit for the name of the site
| Yes
|
| url
| textedit
| Text edit for the url of the site.
| Yes
|
| ok
| button
| The OK button.
| Yes
|
| cancel
| button
| The cancel button
| Yes
|
| findcategory
| button
| Brings up a popup to search within categories.
| Yes
|