Add these two property to the node.
sling:resourceType="granite/ui/components/foundation/include"
path="/path/to/the/component"
sling:resourceType="granite/ui/components/foundation/include"
path="/path/to/the/component"
The purpose of property "extraClientlibs" is to selectively load client library for a dialog. This prevents the unnecessary load o...