Purpose: I want to refresh parsys component after deleting child component in it.
So far, after insert component into parsys there is Extjs function to refresh the parsys, just configure as below under [parsys/cq_editConfig/cq:listener]
<cq:listeners jcr:primaryType="cq:EditListenersConfig" afteredit="REFRESH_SELF" afterchildinsert="REFRESH_SELF"/>
But there is no [afterchilddelete] function to configure.
Thanks 🙂