The problem is that say you have a video asset in the DAM, http://mysite.com/content/dam/mysite/resources/videos/Patient-Centered-Approach.mp4I am using an HTML5 video player (jwplayer). It has two properties, the video file url and the url of the "poster" (“rendition” or “thumbnail”) image. The re...
In my widget, i want to have a group picker which returns all groups in cq and allows user to pick one. Which xtype i should use or do I need to create a customized one?
I am using sitecatalyst on cq5.6.1.Its working fine on author instance and all my onclick function is working but on publish instance my onclick function is not working and not able to move on next page on onclick of button in my page and am getting sitecatalyst js error in console.I have install au...
Please let me know the difference between resourceResolver and resource in sling?.Also please let me know the difference between currentDesign and currentStyle Object Thanks in advance!!
I haven't been able to find any explicit information in the 5.6.1 release notes about which security hotfixes are included, so just wanted to confirm if the 5.6.0 Security Hotfix 3659 improvements are already part of the 5.6.1 release? Or should it also be installed on 5.6.1 instances?I'd expect the...
Hi,As part of our recent upgrade from 5.5 to 5.6.1 we need to update the versions of some of our jars eg cq-commons-5.5. My question is inside the adobe repo what version of the jars should we be using for 5.6.1 and do we need to update the author/publish instance with the jars from the repo?ThanksC...
We are trying to create two different versions of same OSGI bundles. On changing only the version, the newer version bundle overrides the older version bundle.We can not see two different versions bundles in Adobe system console. Our purpose is to read the classes created in same package in multiple...
Hi AllI am developing a extjs component that has the dropdown and the textbox.Can someone suggest me how to validate the dropdown when i click the add item?For example:suppose initially i have "cat, rat, dog" ..... after selecting cat and clicking the additem.... it should populate only "rat, dog" i...