Hi All,I am trying to load a clientlibs JS when I am creating a new page
but it does not work.What I did:Create a person component under
/apps/mysample/components/structure/personCreate a clientlib and dialog
for this newly created componentFor clientlib, add new property
categories="[person.dialog]"For dialog, add new property extraClientlibs
="[person.dialog]"Under clientlibs, create js.txt and myscript.js
notesModify js.txt and add myscript.jsModify myscript.js and add an
alert msg in it.You ...