Templated List

Templated List

The Templated List renders a variable list of items, specified by a Context provided at the user interface level or otherwise custom, in a tabular format. It displays its items by compositing child User Interface Elements and leveraging their templated values to display relevant information.

Note: This construct is usually used to render items that are variable, such as characters in a party, the inventory, a list of skills, and so forth.

Properties

System

Name Explanation Type
Animate Cursor When Unfocused Whether or not the cursor should be animated when unfocused. Toggle
Cursor Buzzer Sound Effect The custom cursor buzzer sound effect. Sound Effect
Cursor Color Mask The color mask for the cursor to apply to the active list item. Color
Cursor Confirm Sound Effect The custom cursor confirmation sound effect. Sound Effect
Cursor Mask Margin The margin to apply to the cursor when it is a mask. Number
Cursor Mask Strategy The strategy for displaying the cursor, if it is a mask. Skin Strategy
Cursor Movement Sound Effect The custom cursor movement sound effect. Sound Effect
Cursor Offset The offset of the cursor when rendering. Point
Cursor Sprite The sprite for the cursor to apply to the active list item. Sprite or Model
Cursor Type The type of cursor to apply to the active list item. Cursor Type
Custom Context The name of the custom context to leverage, if applicable. String
Execute Script The execution script attached to the list item. Script
Focus Script The script to execute when the item gets focus. Script
Hide Cursor When Unfocused Whether or not the cursor should be displayed when focused. Toggle
Hide When Unfocused Whether or not the entire element should be hidden when unfocused. Toggle
Interaction Loops Whether or not the list loops during interaction. Toggle
Is Item Relatively Positioned Whether or not the item is positioned relatively, instead of using pixels. Toggle
Is Rendering Cursor Behind Item Whether or not the cursor renders behind the item. Toggle
Item Components The item components in a templated item. User Interface Element
Item Focus Script The focus script attached to the item instance. Script
Item Margin The margin around the item instance. Margin
Item Pixel Height The height of the item in pixels. Number
Item Pixel Width The width of the item in pixels. Number
Item Relative Height The height of the item in screen percentage. Number
Item Relative Width The width of the item in screen percentage. Number
Item Unfocus Script The unfocus script attached to the item instance. Script
Orientation The orientation of the list. Orientation
Require Active User Interface For Cursor Whether or not the user interface must be active to show the cursor. Toggle
Unfocus Script The script to execute when the item loses focus. Script
Use Custom Context Whether or not the list uses a custom context. Toggle
Use Default Cursor Sounds Whether or not to use the default cursor sounds. Toggle
Disabled Effects The disabled effects of the element. User Interface Element Effect
Focused Effects The focused effects of the element. User Interface Element Effect
Is Linked To Selection Context Whether or not to link the item to a selection context. Toggle
Is Linked To User Interface Context Whether or not to link the item to the user interface's context. Toggle
Is Relatively Positioned Whether or not the control is positioned relatively, instead of using pixels. Toggle
Is Visible Whether or not the control is visible. Toggle
Margin The margin around the element in pixels. Margin
Pixel Height The height of the element in pixels. Number
Pixel Width The width of the element in pixels. Number
Pixel X The X coordinate of the element in pixels. Number
Pixel Y The Y coordinate of the element in pixels. Number
Relative Height The height of the element in screen percentage. Number
Relative Width The width of the element in screen percentage. Number
Relative X The X coordinate of the element in screen percentage. Number
Relative Y The Y coordinate of the element in screen percentage. Number
Selected Effects The selected effects of the element. User Interface Element Effect
Unfocused Effects The unfocused effects of the element. User Interface Element Effect