Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    I'm trying to upload a file to my crx repository in Jquery. However the script runs in a separate server than the which hosts CQ. Because of this the request is a CORS one. Also custom header are being set while the request is being sent because of which a preFlight doOptions is being sent. This sen...

    Views

    703

    Likes

    0

    Replies

    1
  • 10/15/15
    SELECT * from [cq:PageContent] AS t WHERE ISDESCENDANTNODE(['/content/'])On local host this returns a large result setOn the testing server it does not report an error, but returns no results.It is as if there is no content  under /content/ on the testing server.But that is not the case.SELECT * fro...

    Views

    837

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,My current requirement is to invoke an external JS from a selection listener.In the listener's loadcontent() method, the external JS should be invoked anda method call needs to be made. For example,loadcontent : function(field, rec, path){//loadScript("/apps/cbc/widgets/source/widgets/File2.js", ...

    Views

    744

    Likes

    0

    Replies

    1
  • 10/15/15
    On click of Activate button i need to call some other customized workflow, Where do i need to do the modifications, Which are the files involved in this in cq5 version 6.

    Views

    897

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi there, I am new to AEM 6.0.Can some one explain me to store and retreive  clientcontext sessionstore value?Any sample code will be great..Thanksn

    Views

    415

    Like

    1

    Replies

    1
  • 10/15/15
    How to modify the Page property in the Page component jsp  and set the new modified value back to the Page property  by setProperty(..,...) method? Can we  set the Page property back? My Situation is I want to set the Unique Page ID for every page I create, So I would like this to be a Page Property...

    Views

    692

    Likes

    0

    Replies

    4
  • 10/15/15
    Hi, How do we push the xml data present in AEM to SNP metadata?Can you give an example of working copy? Thanks,Nikunj

    Views

    359

    Likes

    0

    Replies

    1
  • 10/15/15
    I add a new button into sidekick. Assume there is a variable to control this button (not)gray in sidekick, but how to make it? Anyone know that, please comment on that.Thanks a lot! addToCart: function(sk){ var pagePanel = sk.panels["PAGE"]; var button = pagePanel.findBy(function(comp){ return comp[...

    Views

    749

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi All, When i try to modify a document's property in dam,its jcr:lastmodified property is not getting updated and retain the old date.Right now the project is in critical case. Any help in this,will be greatly appreciated..!!waiting for answers!!

    Views

    390

    Like

    1

    Replies

    4
  • 10/15/15
    There is a case to Add a button into sidekick, which need to be disable(grey) or enable also, controlled by one condition that data stored in AEM, please see following code:CQ.Ext.ns("MyClientLib"); var resultFromAEM; MyClientLib.ContentFinder = { addGsTranslate: function(sk){ var pagePanel = sk.pan...

    Views

    1.2K

    Likes

    0

    Replies

    7