This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
playground:playground [2019/10/28 22:16] phulshof |
playground:playground [2019/10/28 22:17] (current) phulshof |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== PlayGround ====== | + | ===== General Layout Structure ===== |
- | <!-- --> | + | |
+ | A layout generally consists of the following structure: | ||
+ | |||
+ | <layout> | ||
+ | <!-- Sound parameters --> | ||
+ | <sound/> | ||
+ | <!-- Menu structure --> | ||
+ | <menu/> | ||
+ | <!-- Video --> | ||
+ | <video/> | ||
+ | <!-- Image --> | ||
+ | <image/> | ||
+ | <!-- Text --> | ||
+ | <text/> | ||
+ | <!-- Video connected to the selected item --> | ||
+ | <reloadableVideo/> | ||
+ | <!-- Image connected to the selected item --> | ||
+ | <reloadableImage/> | ||
+ | <!-- Text connected to the selected item --> | ||
+ | <reloadableText/> | ||
+ | <!-- Scrolling text connected to the selected item --> | ||
+ | <reloadableScrollingText/> | ||
+ | </layout> | ||
+ | \\ |