RML Elements

From FreeSpace Wiki
Revision as of 20:37, 21 April 2023 by MjnMixael (talk | contribs) (Created page with "{{RML}} When parsing a tag libRocket will look up custom elements associated with the tag name and fall back to a generic element. Very few custom elements are required as mos...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Librocket RML references
Elements
Documents
Images
Style Sheets
Forms
Controls
Data Display
Templates
Events

When parsing a tag libRocket will look up custom elements associated with the tag name and fall back to a generic element. Very few custom elements are required as most of the power in libRocket comes from styling elements with RCSS to produce the desired layout.

The user is encouraged to follow standard HTML guidelines where possible to improve readability across the community. For more information on setting up libRocket to emulate HTML4 see Appendix: HTML4 Style Sheet.

Global Attributes

Elements have a base set of attributes that are common to across all types, which are:

id

The unique identifier for the element in this document.

class

Assigns a class name or set of class names to an element. Any number of elements may be assigned the same class name or names. Multiple class names must be separated by white space characters. See RCSS.

style

Specifies inline style information for the element. See RCSS.

on* events

Event bindings. See Events.