Components Overview
An AEM component is a self-contained building block that authors drag onto a page, configure via a dialog,
Core Components
1. Merging Dialogs
Extending Core Components with Delegation
How to customise AEM Core Components without copying them - proxy components, the Sling Model delegation pattern with @Via(type = ResourceSuperType.class), adding new fields, keeping the JSON exporter working, and common pitfalls.
Dialog Validation
AEM's Touch UI dialog framework includes a client-side validation system that lets you enforce business
Templates and Policies
Editable Templates are AEM's modern template system. They let template authors define
Decoration Tag (cq:htmlTag)
How AEM wraps components in a decoration element, and how to control its tag name and CSS classes with cq:htmlTag.
Annotations
3 items