diff --git a/Documentation/Manual/Layouts.rst b/Documentation/Manual/Layouts.rst index 9281866..6a02c1b 100644 --- a/Documentation/Manual/Layouts.rst +++ b/Documentation/Manual/Layouts.rst @@ -65,6 +65,7 @@ Top Level Components Description Display a video for the selected item Display text for the selected item Display custom text + Display the status of a current action =========================== =========================================================================== Component attributes @@ -168,16 +169,16 @@ The animation engine is very flexible. You can move, rotate, scale, and make ima -===================================== ================================================================================================= +===================================== ========================================================================================================================= Tag (in example above) Description -===================================== ================================================================================================= +===================================== ========================================================================================================================= The component to animate. In this case it is an image. When to trigger the event. In this case it will be triggered when the page is first loaded. Groups component properties to animate. In this case the first group animates the x and y coordinates together for one second and then later animates the y axis for half a second. Defines the start, end, and algorithm to use for animating a property (in this case the X and Y position). Event that is continuously looped when there is no active input (when the menu is idling) -===================================== ================================================================================================= +===================================== ========================================================================================================================= Events @@ -185,15 +186,17 @@ Events The following animations are supported by all component tags. -===================================== ================================================================================================= +===================================== ================================================================================================================ Tag Description -===================================== ================================================================================================= +===================================== ================================================================================================================ Events that are triggered when the layout first starts Events that are triggered when the layout exits Events that are triggered when the currently highlighted item is no longer highlighted Events that are triggered when the item is highlighted Event that is continuously looped when there is no active input (when the menu is idling) -===================================== ================================================================================================= + Event that is triggered when a menu is being entered. Only applicable when used inside a menu. + Event that is triggered when leaving a menu to enter a new menu. Only applicable when used inside a menu. +===================================== ================================================================================================================ .. code-block:: xml @@ -339,7 +342,7 @@ While this example may not be practical; it showcases all the properties that ca - + @@ -352,7 +355,7 @@ While this example may not be practical; it showcases all the properties that ca - + @@ -542,7 +545,7 @@ If an attribute in is not specified, it will use the attribute specified - + @@ -602,6 +605,97 @@ Not only can the entire menu have an animation performed, the menu item at a par + + +Multiple menus +============================================================================================== +Multiple menus can be enabled. Add an extra menu tag for each nested menu. + +.. code-block:: xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sounds ####### In addition to displaying graphical components, the frontend supports sound effects that are triggered when certain events occur. @@ -612,7 +706,7 @@ Tag Description Sound triggered when the layout is started Sound triggered when the layout is exited Sound triggered when a new item is highlighted. This will not loop while actively scrolling. - Sound triggered when an item is selected =============================== ================================================================================================= Each sound effect supports the following parameters: