Hi Everyone,
Does anyone has implemented email or URL validation on fields present inside page properties (Not author dialog). Please share some references.
Custom clientlib is not getting called while creating page (page properties), but it's working when I open the page properties after page got created.
Thank You !
Solved! Go to Solution.
Views
Replies
Total Likes
@malay_dube yes try creating a node under items
@malay_dube you can try adding the attribute extraClientlibs
to the page property dialog definition of your pageproperties and include it there.
Hi @Manu_Mathew_
Yes, as I mentioned validation is working when I open page properties of existing page. When I am trying to create new pages, same clientlib is not getting called.
@malay_dube extraClientlibs won't work during page creation.
Can you add a node say clientlibs with sling:resourceType:granite/ui/components/coral/foundation/includeclientlibs and give categories property which you want to load
Hope this helps,
Krishna
Hi @krishna_sai ,
Do I need to create a specific node inside items to include clientlibs?
Please confirm.
@malay_dube yes try creating a node under items
Views
Likes
Replies