The following tags do not provide any UI elements themselves. They contribute new parameters, script snippets, constraints, etc. for use elsewhere in the OGLML document.
The following tags are provided.
Tag |
Description |
Provides a location for global ogScript code. |
|
A convenient parent tag for all non-UI tags. Does not deepen scope. |
|
A container for user-defined widget descriptors. |
|
Defines a custom widget. |
|
Defines constants to be substituted inside of other tag attributes or used in ogScript blocks. |
|
To provide something similar to Cascading Style Sheets (CSS) available in HTML, styles can be defined in a tag and referenced in the style attribute of widget tags. |
|
Defines or overrides a color constant for use within style hints. |
|
Defines an ogScript code snippet to handle an event on a UI element or parameter. |
|
Defines the constraint of a parameter. |
|
The parent container for parameters defined within the OGLML document. |
|
Fires events at regular intervals. |
|
Allows an OGLML page to process network communications using protocols not already available. |
|
Defines a block of ogScript to be run when an event happens in the system. |
|
Defines a block of ogScript to be run when a timer goes off. |
|
Allows an OGLML document to be assembled from several individual XML files or fragments. |