The base class for widgets. Through their object class, widgets can be equipped with custom attributes of various types.
The base class for widgets. Through their object class, widgets can be equipped with custom attributes of various types.
Widget
provides the following system attributes to all widgets:
Attribute name | Getter | Purpose | Read only |
---|---|---|---|
id (String) | id() | Unique identifier of the widget | • |
_objClass (String) | objClass() | CMS object model class, e.g. ”TextWidget” |