Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 2/8/16
    Hi All,Details as below :There are two date properties, being used on a component which appears on a specific template. Now the requirement is to retrieve these values by making an AJAX call to some third party service. I have no clue as to how to go about this. Any thoughts/pointers on this will be...

    Views

    2.8K

    Likes

    0

    Replies

    9
  • 2/8/16
    How to add extra column in page activity report to activate and deactivate the page

    Views

    710

    Likes

    0

    Replies

    2
  • 2/8/16
    Hi ,needs to generate a report to check page data like when pages will be activated & deactivated under a particular hierarchy.I am using OOTB.Please guide me add extra field.   Regards,

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 2/8/16
    I want to add a new tab in the CQ5 sidekick & then a sub-menu inside it. How can this be done.For Example I need a Custom tab in Sidekick after workflow tab menu and a set of buttons inside it. Any suggestions regarding this?

    Views

    555

    Likes

    0

    Replies

    1
  • 2/8/16
    Hi - I am working on a custom function in EXTjs..where in i am doing some field validation before submit of Page Properties Dialog. and based on a business logic I will be displaying CQ.Ext.Msg.show message to the author (Yes or No), the issue is now when the author selects Yes or No ,Also I am maki...

    Views

    1.7K

    Likes

    0

    Replies

    6
  • 2/8/16
    The dev guidelines specifies that:"For rendering content, use navigational access to the content tree instead of performing a JCR Query."What is the meaning of "navigational access"? Access node data via resourceResolver.getResource()?

    Views

    871

    Likes

    0

    Replies

    4
  • 2/8/16
    I'm trying to disable the add button when a user gets to 4 (example).I can get access to the click event for remove, but not for the add.  Some other listener must be grabbing the event. Is there a good way to "disable" the add button on a multiField component?I've tried this approach and could not ...

    Views

    3.3K

    Likes

    0

    Replies

    4
  • 2/8/16
    So we need a query to find users whose last modified date is earlier than say 2015/06/01 AND whose email address (property in profile) does not contain say "@mydomain.com" in their email address fieldCurrent query (without the AND is). Can you suggest how to add the AND (DOES NOT CONTAIN)path=/home/...

    Views

    2.5K

    Likes

    0

    Replies

    6
  • 2/8/16
    Hi,I have a setup where I am running three websites that use the same components, similar to this: Sites:/content/myproject/en-us/siteA//content/myproject/en-us/siteB//content/myproject/en-us/siteC/Components:/apps/myproject/Design Files:/etc/designs/siteA//etc/designs/siteB//etc/designs/siteC/My "h...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 2/8/16
    Hi All,I want to output template name as a css class on body tag of my page. In body.jsp we have done this, which works on author env but does not work on publish env? Is it because template resource is not available in publish env. Is there a simple way to fix it?<c:set var="pageCssClass" value="${...

    Views

    1.4K

    Likes

    0

    Replies

    4