Difference between revisions of "Welcome"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 1: | Line 1: | ||
== Welcome to Media Station X - Wiki ==  | == Welcome to Media Station X - Wiki ==  | ||
These wiki pages were created as an alternative to the Media Station X info and experts pages to provide a better and more structured view of the entire API.  | These wiki pages were created as an alternative to the Media Station X info and experts pages to provide a better and more structured view of the entire API.  | ||
| + | |||
| + | == Start API ==  | ||
| + | The start object is used to setup the start parameter. The start parameter specifies which menu or content is loaded at startup.  | ||
| + | * [[Start Object]]  | ||
| + | * [[Setup Precondition]]  | ||
| + | * [[Setup Start Parameter]]  | ||
| + | |||
| + | == Menu API ==  | ||
| + | Menu objects are used to group different content objects. They are displayed as lists (vertical direction) on the left side of the screen.  | ||
| + | * [[Menu Root Object]]  | ||
| + | * [[Menu Item Object]]  | ||
| + | * [[Menu Examples]]  | ||
| + | |||
| + | == Content API ==  | ||
| + | Content objects are used to display content items on a grid. They can be displayed as pages (horizontal direction) or lists (vertical direction).  | ||
| + | * [[Content Root Object]]  | ||
| + | * [[Content Page Object]]  | ||
| + | * [[Content Item Object]]  | ||
| + | * [[Content Examples]]  | ||
== Related Links ==  | == Related Links ==  | ||
* [https://msx.benzac.de/info/ Media Station X - Info]  | * [https://msx.benzac.de/info/ Media Station X - Info]  | ||
* [https://msx.benzac.de/info/xp/ Media Station X - Experts]  | * [https://msx.benzac.de/info/xp/ Media Station X - Experts]  | ||
Revision as of 11:25, 11 January 2021
Welcome to Media Station X - Wiki[edit]
These wiki pages were created as an alternative to the Media Station X info and experts pages to provide a better and more structured view of the entire API.
Start API[edit]
The start object is used to setup the start parameter. The start parameter specifies which menu or content is loaded at startup.
Menu API[edit]
Menu objects are used to group different content objects. They are displayed as lists (vertical direction) on the left side of the screen.
Content API[edit]
Content objects are used to display content items on a grid. They can be displayed as pages (horizontal direction) or lists (vertical direction).