Wednesday 28 February 2018

How to include a component

Add these two property to the node.

sling:resourceType="granite/ui/components/foundation/include"
path="/path/to/the/component"

extraClientlibs Usage

The purpose of property "extraClientlibs" is to selectively load client library for a dialog. This prevents the unnecessary load o...