Hi Guys ,
There are some Js files in libs , such as the preferences.js (/libs/cq/security/widgets/source/widgets/security/Preferences.js).
I copied the same file to my apps folder and when i instantiate some variables (My_Prop = "new prop") , it can be accessed from anywhere (any other JS file).
I dont want to disturb the preferences.js . I want to create my own js similar to this so that when i declare some properties , it shall be available anywhere and accessed from every other js file.
Thanks in advance
Harish