Basic attributes
This topic describes the general UI components configuration attributes. There's a set of attributes available for all UI components, and a set of attributes which are specific for basic components only.
General attributes
The following attributes are available for all UI components, including the basic UI components.
Option
Description
Type
classThe name of associated PHP interface.
String
componentThe path to the component's
.js file.String
displayAreaThe name of parent component's template region where component needs to be rendered (the list of available regions defined by the template).
String
sortOrderComponent's sort order.
Integer
templateThe path to the component's
.html template.String
Basic component options
The following options are available for all basic components:
Option
Description
Type
extendsReference to a UI component whose configuration to inherit. Only a basic component can be specified.
String