Can querybuilder.json return a similar search? That is if I usequerybuilder.json?fulltext=walntI'd like to get the results for "walnut". What predicate should I use?
Shin, I believe that the hardest part is the javascripting, but nothing too complicated. You can even build a html page with an iframe and the thumbnails down. Take a look at the Slideshow component on foundation to get a idea of how to change the pictures without lose the session.
Hi, I've been trying to develop a photo gallery for a day now but I am still stuck. The component should display a selected photo with a thumbnail display of the album under the photo. There should be slide show functionality for display of photos. Can somebody please give me pointers on how to do t...
Hi, Our current implementation invloves passing a serialised object via a GET request to a Sling servlet, it is deserialsed, the object is added as a request attribute and forwarded to a relavent JSP page depending on a property in the object.This implementation will not work for large amounts of d...
T. Fischer wrote: Now I want to configure the image component so that only images from the DAM are allowed (and especially no upload from a Windows Explorer).This part is relatively simple: make a copy of the foundation image component, and add a property for the smartimage widget in the dialog: ...
I'm using a copy of the image-fondation-component (/apps/foundation/components/image/cq:editConfig/cq:dropTargets/image) with accepts image/* and groups media. Now I want to configure the image component so that only images from the DAM are allowed (and especially no upload from a Windows Explorer)....
Create a luncher in workflow console and select the following properties Eventype : created NodeType : dam:AssestPath : /content/myweb/dam Condition: optionalWorkflow : Publish ExampleDescription: optionalActivate : EnableExclude List : optionalRunmo...
One of the way to automatically publish new content added to DAM would be modify dam workflow on author to include custom process step to activate the asset. For version purging refer [1] and also make sure the workflow in publish is disabled. [1]http://dev.day.com/docs/en/cq/current/deploying/confi...
My customer wants content that is placed in DAM in authoring to be activated and moved to publish when it is placed in authoring. They are adding content using the Sling post servlet. They been given the warnings: Each version is saved on publish and changing large files often will cause the reposit...