Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    private static void exportSystemView(Session session, Node page) { try { // page at "content/geometrixx/en/services/banking"; File outputFile = new File(page.getName() + ".xml"); FileOutputStream out = new FileOutputStream(outputFile); session.exportSystemView(page.getPath(), out, false, false); } c...

    Views

    551

    Likes

    0

    Replies

    3
  • 10/15/15
    Following is snippet code but last happen exception:session = repository.login(credentials); Node root = session.getRootNode(); Node cNode = root.getNode("content/geometrixx/en/services/banking"); cNode = cNode.getNode("jcr:content"); System.out.println(cNode.getProperty("title").getValue().getStrin...

    Views

    336

    Likes

    0

    Replies

    0
  • 10/15/15
    Hi,What is/are the proper way/s of configuring the Link Checker Service?So far, creating a .config text file under /apps/cq/linkchecker/config/com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl.config has worked, but looks like creating the config under /apps/<myapp>/config does not work, contrary...

    Views

    948

    Likes

    0

    Replies

    2
  • 10/15/15
    Now i want to add new link on the right pane, press the link to open new page "test.jsp" or "test.html", please see below attached screenshot. According to i get learned, developer could add this new feature below /libs/cq/core/content/welcome/features/newLink like the other feature.As a result i ca...

    Views

    556

    Like

    1

    Replies

    4
  • 10/15/15
    Hello my custom component doesn't fire the afterinsert event on Granite UI.The listeners configuration isafteredit = function () { console.log('afteredit'); }afterinsert = function () { console.log('afterinsert'); }(This are tests function, what I need is to use REFRESH_PAGE)both events fire well on...

    Views

    1.7K

    Likes

    0

    Replies

    5
  • 10/15/15
    HiI want to create a french language copy of an English page but i am not able to see the more language names apart from "English " or English+" any idea how can i add more languages to the create language copy dialog drop down as shown in attached image

    Views

    255

    Likes

    0

    Replies

    0
  • 10/15/15
    Hi,Please clear what is the uses of Export-Package and Import-Package present in Manifest file.  Thanks,

    Views

    4.2K

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi,There are few custom tabs under page properties in our website which are visible in Classic UI but not in Touch UI. Only Basic and Advances tabs are seen in Touch UICould you please let me know if there is any configuration to make custom tabs to appear in Touch UI.

    Views

    1.2K

    Likes

    0

    Replies

    4
  • 10/15/15
    I have a requirement to expand the input text field of richtext if the component dialog window expands. Currently the input text field is expanding horizontally if we expand components dialog but is not expanding vertically but it is adding scroll bar if author tries to give more input.Please check ...

    Views

    1.4K

    Likes

    2

    Replies

    7
  • 10/15/15
    Hi All,We want to move to Sightly in our current AEM application. Is there a way I can use features provided by Sling 2.0 Taglib (http://sling.apache.org/documentation/bundles/sling-scripting-jsp-taglib.html ) inside my .html files?Thanks!Shehjad

    Views

    2.0K

    Likes

    0

    Replies

    6