Sling:folder Vs nt:folder
Hello there,
From this URL http://localhost:4502/crx/explorer/nodetypes/index.jsp
Child Node definition of
Child Node definition of sling
If it so. I can see sling
Here is the example
Here
i18n folder
Can
Thanks
Nanda
Hello there,
From this URL http://localhost:4502/crx/explorer/nodetypes/index.jsp
Child Node definition of
Child Node definition of sling
If it so. I can see sling
Here is the example
Here
i18n folder
Can
Thanks
Nanda
Defining the node of type sling:folder gives you additional capabilities of defining sling characteristics on that node like binding a script, defining a resource type etc that you don't get with nt:folder.
One such example with OOTB components is form action component /libs/foundation/components/account/actions/accountrequest this node too is of type sling:folder there you can see sling:resourceType defined along with POST script which comes into play in form submit action.
- Runal
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.